Html Css Color HEX #F9017D Deep Pink

📋 copy color: '#F9017D'

red 249 ◦ green 1 ◦ blue 125

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

Shades of Deep Pink #F9017D

Tints of Deep Pink #F9017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 66.4%
G = 0.27%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9017D (or 0xF9017D) is known color: Deep Pink. HEX triplet: F9, 01 and 7D. RGB value is (249,1,125). Sum of RGB (Red+Green+Blue) = 249+1+125=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9017D is #06FE82. Grayscale: #595959. Windows color (decimal): -458371 or 8192505. OLE color: 8192505.

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

Color convert

RGB 249 1 125 -
CMYK 0 1.00 0.50 0.02
HSL 330º 0.99% 0.49% -
HSV(B) 330º 1% 0.98% -
XYZ 42.78 21.64 21.32 -
YUV 89.29 148.16 241.92 -
System Red Green Blue C M Y K H S L
Decimal 249 1 125 0 1.00 0.50 0.02 330 0.99 0.49
Hex F9 1 7D 0 64 32 2 14A 63 31
Octal 371 1 175 0 144 62 2 512 143 61
Binary 11111001 1 1111101 0 1100100 110010 10 101001010 1100011 110001

Color Harmonies of #F9017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9017D

Black with #F9017D

Text Example


Text Example

White with #F9017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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