#F2137E

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

Shades of Deep Pink #F2137E

Tints of Deep Pink #F2137E

Color information

#F2137E (or 0xF2137E) is unknown color: approx Deep Pink. HEX triplet: F2, 13 and 7E. RGB value is (242,19,126). Sum of RGB (Red+Green+Blue) = 242+19+126=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2137E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2137E is #0DEC81. Grayscale: #616161. Windows color (decimal): -912514 or 8262642. OLE color: 8262642.

HSL color Cylindrical-coordinate representation of color #F2137E: hue angle of 331.21º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2137E is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB24219126-
CMYK00.920.480.05
HSL331.21º89.56%51.18%-
HSV(B)331.21º92.15%94.9%-
XYZ40.6220.8521.62-
YUV97.88143.88230.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.53%
GREEN value IS 19 (7.81% from 255) = 4.91%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=62.53%
G=4.91%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421912600.920.480.05331.2189.5651.18
HexF2137E05C30514b5a33
Octal36223176013460551313263
Binary11110010100111111110010111001100001011010010111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2137E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2137E; }

 p { color: rgb(242,19,126); }

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

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

 a { background-color: rgb(242,19,126); }

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

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

 span { border-color: rgb(242,19,126); }

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