Html Css Color HEX #F7037C Deep Pink

📋 copy color: '#F7037C'

red 247 ◦ green 3 ◦ blue 124

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

Shades of Deep Pink #F7037C

Tints of Deep Pink #F7037C

RGB

 RED value IS 247 (96.88% from 255) = 66.04%

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

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

R = 66.04%
G = 0.8%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7037C (or 0xF7037C) is known color: Deep Pink. HEX triplet: F7, 03 and 7C. RGB value is (247,3,124). Sum of RGB (Red+Green+Blue) = 247+3+124=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F7037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7037C is #08FC83. Grayscale: #595959. Windows color (decimal): -588932 or 8127479. OLE color: 8127479.

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

Color convert

RGB 247 3 124 -
CMYK 0 0.99 0.50 0.03
HSL 330.25º 0.98% 0.49% -
HSV(B) 330.25º 0.99% 0.97% -
XYZ 42.03 21.29 20.96 -
YUV 89.75 147.34 240.16 -
System Red Green Blue C M Y K H S L
Decimal 247 3 124 0 0.99 0.50 0.03 330.25 0.98 0.49
Hex F7 3 7C 0 63 32 3 14A 62 31
Octal 367 3 174 0 143 62 3 512 142 61
Binary 11110111 11 1111100 0 1100011 110010 11 101001010 1100010 110001

Color Harmonies of #F7037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7037C

Black with #F7037C

Text Example


Text Example

White with #F7037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7037C; }

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

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

background-color css

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

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

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

border-color css

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

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

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