Html Css Color HEX #F7037E Deep Pink

📋 copy color: '#F7037E'

red 247 ◦ green 3 ◦ blue 126

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

Shades of Deep Pink #F7037E

Tints of Deep Pink #F7037E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.51%

R = 65.69%
G = 0.8%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7037E (or 0xF7037E) is known color: Deep Pink. HEX triplet: F7, 03 and 7E. RGB value is (247,3,126). Sum of RGB (Red+Green+Blue) = 247+3+126=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F7037E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7037E is #08FC81. Grayscale: #595959. Windows color (decimal): -588930 or 8258551. OLE color: 8258551.

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

Color convert

RGB 247 3 126 -
CMYK 0 0.99 0.49 0.03
HSL 329.75º 0.98% 0.49% -
HSV(B) 329.75º 0.99% 0.97% -
XYZ 42.16 21.35 21.64 -
YUV 89.98 148.34 240 -
System Red Green Blue C M Y K H S L
Decimal 247 3 126 0 0.99 0.49 0.03 329.75 0.98 0.49
Hex F7 3 7E 0 63 31 3 14A 62 31
Octal 367 3 176 0 143 61 3 512 142 61
Binary 11110111 11 1111110 0 1100011 110001 11 101001010 1100010 110001

Color Harmonies of #F7037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7037E

Black with #F7037E

Text Example


Text Example

White with #F7037E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7037E; }

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

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

background-color css

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

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

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

border-color css

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

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

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