Html Css Color HEX #F7017C Deep Pink

📋 copy color: '#F7017C'

red 247 ◦ green 1 ◦ blue 124

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

Shades of Deep Pink #F7017C

Tints of Deep Pink #F7017C

RGB

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

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

 BLUE value IS 124 (48.83% 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.03

RGB Variations

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

Color information

#F7017C (or 0xF7017C) is known color: Deep Pink. HEX triplet: F7, 01 and 7C. RGB value is (247,1,124). Sum of RGB (Red+Green+Blue) = 247+1+124=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F7017C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7017C is #08FE83. Grayscale: #585858. Windows color (decimal): -589444 or 8126967. OLE color: 8126967.

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

Color convert

RGB 247 1 124 -
CMYK 0 1.00 0.50 0.03
HSL 330º 0.99% 0.49% -
HSV(B) 330º 1% 0.97% -
XYZ 42.01 21.25 20.96 -
YUV 88.58 148 241 -
System Red Green Blue C M Y K H S L
Decimal 247 1 124 0 1.00 0.50 0.03 330 0.99 0.49
Hex F7 1 7C 0 64 32 3 14A 63 31
Octal 367 1 174 0 144 62 3 512 143 61
Binary 11110111 1 1111100 0 1100100 110010 11 101001010 1100011 110001

Color Harmonies of #F7017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7017C

Black with #F7017C

Text Example


Text Example

White with #F7017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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