Html Css Color HEX #F9037D Deep Pink

📋 copy color: '#F9037D'

red 249 ◦ green 3 ◦ blue 125

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

Shades of Deep Pink #F9037D

Tints of Deep Pink #F9037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 66.05%
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.02

RGB Variations

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

Color information

#F9037D (or 0xF9037D) is known color: Deep Pink. HEX triplet: F9, 03 and 7D. RGB value is (249,3,125). Sum of RGB (Red+Green+Blue) = 249+3+125=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F9037D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9037D is #06FC82. Grayscale: #5A5A5A. Windows color (decimal): -457859 or 8193017. OLE color: 8193017.

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

Color convert

RGB 249 3 125 -
CMYK 0 0.99 0.50 0.02
HSL 330.24º 0.98% 0.49% -
HSV(B) 330.24º 0.99% 0.98% -
XYZ 42.8 21.69 21.33 -
YUV 90.46 147.5 241.08 -
System Red Green Blue C M Y K H S L
Decimal 249 3 125 0 0.99 0.50 0.02 330.24 0.98 0.49
Hex F9 3 7D 0 63 32 2 14A 62 31
Octal 371 3 175 0 143 62 2 512 142 61
Binary 11111001 11 1111101 0 1100011 110010 10 101001010 1100010 110001

Color Harmonies of #F9037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9037D

Black with #F9037D

Text Example


Text Example

White with #F9037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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