Html Css Color HEX #F2188F Deep Pink

📋 copy color: '#F2188F'

red 242 ◦ green 24 ◦ blue 143

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

Shades of Deep Pink #F2188F

Tints of Deep Pink #F2188F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.96%

R = 59.17%
G = 5.87%
B = 34.96%

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

#F2188F (or 0xF2188F) is known color: Deep Pink. HEX triplet: F2, 18 and 8F. RGB value is (242,24,143). Sum of RGB (Red+Green+Blue) = 242+24+143=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F2188F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2188F is #0DE770. Grayscale: #666666. Windows color (decimal): -911217 or 9378034. OLE color: 9378034.

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

Color convert

RGB 242 24 143 -
CMYK 0 0.90 0.41 0.05
HSL 327.25º 0.89% 0.52% -
HSV(B) 327.25º 0.9% 0.95% -
XYZ 41.9 21.51 27.93 -
YUV 102.75 150.72 227.32 -
System Red Green Blue C M Y K H S L
Decimal 242 24 143 0 0.90 0.41 0.05 327.25 0.89 0.52
Hex F2 18 8F 0 5A 29 5 147 59 34
Octal 362 30 217 0 132 51 5 507 131 64
Binary 11110010 11000 10001111 0 1011010 101001 101 101000111 1011001 110100

Color Harmonies of #F2188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2188F

Black with #F2188F

Text Example


Text Example

White with #F2188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2188F; }

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

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

background-color css

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

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

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

border-color css

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

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

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