Html Css Color HEX #F9037F Deep Pink

📋 copy color: '#F9037F'

red 249 ◦ green 3 ◦ blue 127

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

Shades of Deep Pink #F9037F

Tints of Deep Pink #F9037F

RGB

 RED value IS 249 (97.66% from 255) = 65.7%

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

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

R = 65.7%
G = 0.79%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9037F (or 0xF9037F) is known color: Deep Pink. HEX triplet: F9, 03 and 7F. RGB value is (249,3,127). Sum of RGB (Red+Green+Blue) = 249+3+127=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F9037F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9037F is #06FC80. Grayscale: #5A5A5A. Windows color (decimal): -457857 or 8324089. OLE color: 8324089.

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

Color convert

RGB 249 3 127 -
CMYK 0 0.99 0.49 0.02
HSL 329.76º 0.98% 0.49% -
HSV(B) 329.76º 0.99% 0.98% -
XYZ 42.93 21.74 22.01 -
YUV 90.69 148.5 240.92 -
System Red Green Blue C M Y K H S L
Decimal 249 3 127 0 0.99 0.49 0.02 329.76 0.98 0.49
Hex F9 3 7F 0 63 31 2 14A 62 31
Octal 371 3 177 0 143 61 2 512 142 61
Binary 11111001 11 1111111 0 1100011 110001 10 101001010 1100010 110001

Color Harmonies of #F9037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9037F

Black with #F9037F

Text Example


Text Example

White with #F9037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9037F; }

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

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

background-color css

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

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

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

border-color css

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

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

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