Html Css Color HEX #F7017F Deep Pink

📋 copy color: '#F7017F'

red 247 ◦ green 1 ◦ blue 127

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

Shades of Deep Pink #F7017F

Tints of Deep Pink #F7017F

RGB

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

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

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

R = 65.87%
G = 0.27%
B = 33.87%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7017F (or 0xF7017F) is known color: Deep Pink. HEX triplet: F7, 01 and 7F. RGB value is (247,1,127). Sum of RGB (Red+Green+Blue) = 247+1+127=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F7017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7017F is #08FE80. Grayscale: #585858. Windows color (decimal): -589441 or 8323575. OLE color: 8323575.

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

Color convert

RGB 247 1 127 -
CMYK 0 1.00 0.49 0.03
HSL 329.27º 0.99% 0.49% -
HSV(B) 329.27º 1% 0.97% -
XYZ 42.2 21.33 21.97 -
YUV 88.92 149.5 240.75 -
System Red Green Blue C M Y K H S L
Decimal 247 1 127 0 1.00 0.49 0.03 329.27 0.99 0.49
Hex F7 1 7F 0 64 31 3 149 63 31
Octal 367 1 177 0 144 61 3 511 143 61
Binary 11110111 1 1111111 0 1100100 110001 11 101001001 1100011 110001

Color Harmonies of #F7017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7017F

Black with #F7017F

Text Example


Text Example

White with #F7017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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