Color Hex Logo

#f224be Color Hex

#F224BE
(242,36,190)
0 Favorites   0 Comments

Color spaces of #f224be

RGB 24236190
HSL0.880.890.55
HSV315°85°95°
CMYK 0.000.850.21   0.05
XYZ46.543123.856750.8669
Yxy23.85670.38380.1967
Hunter Lab48.843384.6179-27.5561
CIE-Lab55.944083.9987-31.1455

#f224be color RGB value is (242,36,190).

#f224be hex color red value is 242, green value is 36 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f224be hue: 0.88 , saturation: 0.89 and the lightness value of f224be is 0.55.

The process color (four color CMYK) of #f224be color hex is 0.00, 0.85, 0.21, 0.05. Web safe color of #f224be is #ff33cc. Color #f224be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100100 10111110
Octal 362 44 276
Decimal 242 36 190
Hex F2 24 BE

RGB Percentages of Color #f224be

%51.71
%7.69
%40.60

CMYK Percentages of Color #f224be

%0
%85
%21
%5

Triadic Colors of #f224be

#f224be #bef224 #24bef2

Analogous Colors of #f224be

#f224be #f22457 #bf24f2

Monochromatic Colors of #f224be

#f224be

Complementary Color

#f224be #24f258

#f224be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f224be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f224be Color CSS Codes

.mybgcolor {background-color:#f224be; } 
.myforecolor {color:#f224be; }
.mybordercolor {border:3px solid #f224be; }

#f224be Text Font Color

<p style="color:#f224be">Text here</p>

This sample text font color is #f224be
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f224be Background Color

<div style="background-color:#f224be">
Div content here</div>

This div background color is #f224be


#f224be Border Color

<div style="border:3px solid #f224be">
Div here</div>

This div border color is #f224be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,36,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f224be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f224be;
  -webkit-box-shadow: 1px 1px 3px 2px #f224be;
  box-shadow:         1px 1px 3px 2px #f224be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,36,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f224be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f224be;
  -webkit-box-shadow: 1px 1px 3px 2px #f224be;
  box-shadow:         1px 1px 3px 2px #f224be;">
Div content here</div>

This div box has shadow with color #f224be


Comments

No comments written yet.

Please login to write comment.