Html Css Color HEX #F2119B Deep Pink

📋 copy color: '#F2119B'

red 242 ◦ green 17 ◦ blue 155

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

Shades of Deep Pink #F2119B

Tints of Deep Pink #F2119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.11%

 BLUE value IS 155 (60.94% from 255) = 37.44%

R = 58.45%
G = 4.11%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2119B (or 0xF2119B) is known color: Deep Pink. HEX triplet: F2, 11 and 9B. RGB value is (242,17,155). Sum of RGB (Red+Green+Blue) = 242+17+155=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F2119B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2119B is #0DEE64. Grayscale: #636363. Windows color (decimal): -912997 or 10162674. OLE color: 10162674.

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

Color convert

RGB 242 17 155 -
CMYK 0 0.93 0.36 0.05
HSL 323.2º 0.9% 0.51% -
HSV(B) 323.2º 0.93% 0.95% -
XYZ 42.73 21.64 32.94 -
YUV 100.01 159.04 229.28 -
System Red Green Blue C M Y K H S L
Decimal 242 17 155 0 0.93 0.36 0.05 323.2 0.9 0.51
Hex F2 11 9B 0 5D 24 5 143 5A 33
Octal 362 21 233 0 135 44 5 503 132 63
Binary 11110010 10001 10011011 0 1011101 100100 101 101000011 1011010 110011

Color Harmonies of #F2119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2119B

Black with #F2119B

Text Example


Text Example

White with #F2119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2119B; }

 p { color: rgb(242,17,155); }

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

background-color css

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

 a { background-color: rgb(242,17,155); }

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

border-color css

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

 span { border-color: rgb(242,17,155); }

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