Html Css Color HEX #F21391 Deep Pink

📋 copy color: '#F21391'

red 242 ◦ green 19 ◦ blue 145

#F21391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F21391

Tints of Deep Pink #F21391

RGB

 RED value IS 242 (94.92% from 255) = 59.61%

 GREEN value IS 19 (7.81% from 255) = 4.68%

 BLUE value IS 145 (57.03% from 255) = 35.71%

R = 59.61%
G = 4.68%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F21391 (or 0xF21391) is known color: Deep Pink. HEX triplet: F2, 13 and 91. RGB value is (242,19,145). Sum of RGB (Red+Green+Blue) = 242+19+145=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F21391 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21391 is #0DEC6E. Grayscale: #636363. Windows color (decimal): -912495 or 9507826. OLE color: 9507826.

HSL color Cylindrical-coordinate representation of color #F21391: hue angle of 326.1º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21391 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 19 145 -
CMYK 0 0.92 0.40 0.05
HSL 326.1º 0.9% 0.51% -
HSV(B) 326.1º 0.92% 0.95% -
XYZ 41.96 21.39 28.7 -
YUV 100.04 153.38 229.25 -
System Red Green Blue C M Y K H S L
Decimal 242 19 145 0 0.92 0.40 0.05 326.1 0.9 0.51
Hex F2 13 91 0 5C 28 5 146 5A 33
Octal 362 23 221 0 134 50 5 506 132 63
Binary 11110010 10011 10010001 0 1011100 101000 101 101000110 1011010 110011

Color Harmonies of #F21391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21391

Black with #F21391

Text Example


Text Example

White with #F21391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21391; }

 p { color: rgb(242,19,145); }

 H1.HeaderClassName
 {
   color: #F21391;
 }
 .AnyTagClassName
 {
   color: #F21391;
 }
</style>

background-color css

<style>
 a { background-color: #F21391; }

 a { background-color: rgb(242,19,145); }

 div.DivClassName
 {
   background-color: #F21391;
 }
 .BgClassName
 {
   background-color: #F21391;
 }
</style>

border-color css

<style>
 span { border-color: #F21391; }

 span { border-color: rgb(242,19,145); }

 td.TdClassName
 {
   border-color: #F21391;
 }
 .TagClassName
 {
   border-color: #F21391;
 }
</style>