#F2187B

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

Shades of Deep Pink #F2187B

Tints of Deep Pink #F2187B

Color information

#F2187B (or 0xF2187B) is unknown color: approx Deep Pink. HEX triplet: F2, 18 and 7B. RGB value is (242,24,123). Sum of RGB (Red+Green+Blue) = 242+24+123=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F2187B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2187B is #0DE784. Grayscale: #646464. Windows color (decimal): -911237 or 8067314. OLE color: 8067314.

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

Color convert

RGB24224123-
CMYK00.900.490.05
HSL332.75º89.34%52.16%-
HSV(B)332.75º90.08%94.9%-
XYZ40.5220.9620.65-
YUV100.47140.72228.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.21%
GREEN value IS 24 (9.77% from 255) = 6.17%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=62.21%
G=6.17%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422412300.900.490.05332.7589.3452.16
HexF2187B05A31514d5934
Octal36230173013261551513164
Binary11110010110001111011010110101100011011010011011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2187B; }

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

 H1.HeaderClassName
 {
   color: #F2187B;
 }
 .AnyTagClassName
 {
   color: #F2187B;
 }
</style>
background-color css

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

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

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

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

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

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