Html Css Color HEX #F2137C Deep Pink

📋 copy color: '#F2137C'

red 242 ◦ green 19 ◦ blue 124

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

Shades of Deep Pink #F2137C

Tints of Deep Pink #F2137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.94%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 62.86%
G = 4.94%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2137C (or 0xF2137C) is known color: Deep Pink. HEX triplet: F2, 13 and 7C. RGB value is (242,19,124). Sum of RGB (Red+Green+Blue) = 242+19+124=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2137C is #0DEC83. Grayscale: #616161. Windows color (decimal): -912516 or 8131570. OLE color: 8131570.

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

Color convert

RGB 242 19 124 -
CMYK 0 0.92 0.49 0.05
HSL 331.75º 0.9% 0.51% -
HSV(B) 331.75º 0.92% 0.95% -
XYZ 40.49 20.8 20.95 -
YUV 97.65 142.88 230.96 -
System Red Green Blue C M Y K H S L
Decimal 242 19 124 0 0.92 0.49 0.05 331.75 0.9 0.51
Hex F2 13 7C 0 5C 31 5 14C 5A 33
Octal 362 23 174 0 134 61 5 514 132 63
Binary 11110010 10011 1111100 0 1011100 110001 101 101001100 1011010 110011

Color Harmonies of #F2137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2137C

Black with #F2137C

Text Example


Text Example

White with #F2137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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