Html Css Color HEX #F2037C Deep Pink

📋 copy color: '#F2037C'

red 242 ◦ green 3 ◦ blue 124

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

Shades of Deep Pink #F2037C

Tints of Deep Pink #F2037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

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

R = 65.58%
G = 0.81%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2037C (or 0xF2037C) is known color: Deep Pink. HEX triplet: F2, 03 and 7C. RGB value is (242,3,124). Sum of RGB (Red+Green+Blue) = 242+3+124=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2037C is #0DFC83. Grayscale: #585858. Windows color (decimal): -916612 or 8127474. OLE color: 8127474.

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

Color convert

RGB 242 3 124 -
CMYK 0 0.99 0.49 0.05
HSL 329.62º 0.98% 0.48% -
HSV(B) 329.62º 0.99% 0.95% -
XYZ 40.29 20.4 20.88 -
YUV 88.26 148.18 237.66 -
System Red Green Blue C M Y K H S L
Decimal 242 3 124 0 0.99 0.49 0.05 329.62 0.98 0.48
Hex F2 3 7C 0 63 31 5 14A 62 30
Octal 362 3 174 0 143 61 5 512 142 60
Binary 11110010 11 1111100 0 1100011 110001 101 101001010 1100010 110000

Color Harmonies of #F2037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2037C

Black with #F2037C

Text Example


Text Example

White with #F2037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2037C; }

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

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

background-color css

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

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

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

border-color css

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

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

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