Html Css Color HEX #F7037F Deep Pink

📋 copy color: '#F7037F'

red 247 ◦ green 3 ◦ blue 127

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

Shades of Deep Pink #F7037F

Tints of Deep Pink #F7037F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.69%

R = 65.52%
G = 0.8%
B = 33.69%

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

#F7037F (or 0xF7037F) is known color: Deep Pink. HEX triplet: F7, 03 and 7F. RGB value is (247,3,127). Sum of RGB (Red+Green+Blue) = 247+3+127=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F7037F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7037F is #08FC80. Grayscale: #595959. Windows color (decimal): -588929 or 8324087. OLE color: 8324087.

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

Color convert

RGB 247 3 127 -
CMYK 0 0.99 0.49 0.03
HSL 329.51º 0.98% 0.49% -
HSV(B) 329.51º 0.99% 0.97% -
XYZ 42.22 21.37 21.98 -
YUV 90.09 148.84 239.92 -
System Red Green Blue C M Y K H S L
Decimal 247 3 127 0 0.99 0.49 0.03 329.51 0.98 0.49
Hex F7 3 7F 0 63 31 3 14A 62 31
Octal 367 3 177 0 143 61 3 512 142 61
Binary 11110111 11 1111111 0 1100011 110001 11 101001010 1100010 110001

Color Harmonies of #F7037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7037F

Black with #F7037F

Text Example


Text Example

White with #F7037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7037F; }

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

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

background-color css

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

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

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

border-color css

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

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

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