Html Css Color HEX #F2188C Deep Pink

📋 copy color: '#F2188C'

red 242 ◦ green 24 ◦ blue 140

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

Shades of Deep Pink #F2188C

Tints of Deep Pink #F2188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 59.61%
G = 5.91%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2188C (or 0xF2188C) is known color: Deep Pink. HEX triplet: F2, 18 and 8C. RGB value is (242,24,140). Sum of RGB (Red+Green+Blue) = 242+24+140=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2188C is #0DE773. Grayscale: #666666. Windows color (decimal): -911220 or 9181426. OLE color: 9181426.

HSL color Cylindrical-coordinate representation of color #F2188C: hue angle of 328.07º 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 #F2188C is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 24 140 -
CMYK 0 0.90 0.42 0.05
HSL 328.07º 0.89% 0.52% -
HSV(B) 328.07º 0.9% 0.95% -
XYZ 41.68 21.42 26.75 -
YUV 102.41 149.22 227.57 -
System Red Green Blue C M Y K H S L
Decimal 242 24 140 0 0.90 0.42 0.05 328.07 0.89 0.52
Hex F2 18 8C 0 5A 2A 5 148 59 34
Octal 362 30 214 0 132 52 5 510 131 64
Binary 11110010 11000 10001100 0 1011010 101010 101 101001000 1011001 110100

Color Harmonies of #F2188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2188C

Black with #F2188C

Text Example


Text Example

White with #F2188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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