#F2187D

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

Shades of Deep Pink #F2187D

Tints of Deep Pink #F2187D

Color information

#F2187D (or 0xF2187D) is unknown color: approx Deep Pink. HEX triplet: F2, 18 and 7D. RGB value is (242,24,125). Sum of RGB (Red+Green+Blue) = 242+24+125=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2187D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2187D is #0DE782. Grayscale: #646464. Windows color (decimal): -911235 or 8198386. OLE color: 8198386.

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

Color convert

RGB24224125-
CMYK00.900.480.05
HSL332.2º89.34%52.16%-
HSV(B)332.2º90.08%94.9%-
XYZ40.6521.0121.32-
YUV100.7141.72228.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.89%
GREEN value IS 24 (9.77% from 255) = 6.14%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=61.89%
G=6.14%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422412500.900.480.05332.289.3452.16
HexF2187D05A30514c5934
Octal36230175013260551413164
Binary11110010110001111101010110101100001011010011001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2187D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2187D; }

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

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

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

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

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

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

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

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