#F2188F

Color #F2188F Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F2188F

Tints of Deep Pink #F2188F

Color information

#F2188F (or 0xF2188F) is unknown color: approx 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

RGB24224143-
CMYK00.900.410.05
HSL327.25º89.34%52.16%-
HSV(B)327.25º90.08%94.9%-
XYZ41.921.5127.93-
YUV102.75150.72227.32-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422414300.900.410.05327.2589.3452.16
HexF2188F05A2951475934
Octal36230217013251550713164
Binary111100101100010001111010110101010011011010001111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2188F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>