Html Css Color HEX #F2188E Deep Pink

📋 copy color: '#F2188E'

red 242 ◦ green 24 ◦ blue 142

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

Shades of Deep Pink #F2188E

Tints of Deep Pink #F2188E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.88%

 BLUE value IS 142 (55.86% from 255) = 34.8%

R = 59.31%
G = 5.88%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2188E (or 0xF2188E) is known color: Deep Pink. HEX triplet: F2, 18 and 8E. RGB value is (242,24,142). Sum of RGB (Red+Green+Blue) = 242+24+142=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F2188E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2188E is #0DE771. Grayscale: #666666. Windows color (decimal): -911218 or 9312498. OLE color: 9312498.

HSL color Cylindrical-coordinate representation of color #F2188E: hue angle of 327.52º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2188E is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 24 142 -
CMYK 0 0.90 0.41 0.05
HSL 327.52º 0.89% 0.52% -
HSV(B) 327.52º 0.9% 0.95% -
XYZ 41.83 21.48 27.53 -
YUV 102.63 150.22 227.41 -
System Red Green Blue C M Y K H S L
Decimal 242 24 142 0 0.90 0.41 0.05 327.52 0.89 0.52
Hex F2 18 8E 0 5A 29 5 148 59 34
Octal 362 30 216 0 132 51 5 510 131 64
Binary 11110010 11000 10001110 0 1011010 101001 101 101001000 1011001 110100

Color Harmonies of #F2188E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2188E

Black with #F2188E

Text Example


Text Example

White with #F2188E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2188E; }

 p { color: rgb(242,24,142); }

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

background-color css

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

 a { background-color: rgb(242,24,142); }

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

border-color css

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

 span { border-color: rgb(242,24,142); }

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