Html Css Color HEX #F9017F Deep Pink

📋 copy color: '#F9017F'

red 249 ◦ green 1 ◦ blue 127

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

Shades of Deep Pink #F9017F

Tints of Deep Pink #F9017F

RGB

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

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

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

R = 66.05%
G = 0.27%
B = 33.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9017F (or 0xF9017F) is known color: Deep Pink. HEX triplet: F9, 01 and 7F. RGB value is (249,1,127). Sum of RGB (Red+Green+Blue) = 249+1+127=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F9017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9017F is #06FE80. Grayscale: #595959. Windows color (decimal): -458369 or 8323577. OLE color: 8323577.

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

Color convert

RGB 249 1 127 -
CMYK 0 1.00 0.49 0.02
HSL 329.52º 0.99% 0.49% -
HSV(B) 329.52º 1% 0.98% -
XYZ 42.91 21.69 22 -
YUV 89.52 149.16 241.75 -
System Red Green Blue C M Y K H S L
Decimal 249 1 127 0 1.00 0.49 0.02 329.52 0.99 0.49
Hex F9 1 7F 0 64 31 2 14A 63 31
Octal 371 1 177 0 144 61 2 512 143 61
Binary 11111001 1 1111111 0 1100100 110001 10 101001010 1100011 110001

Color Harmonies of #F9017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9017F

Black with #F9017F

Text Example


Text Example

White with #F9017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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