Html Css Color HEX #F8017F Deep Pink

📋 copy color: '#F8017F'

red 248 ◦ green 1 ◦ blue 127

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

Shades of Deep Pink #F8017F

Tints of Deep Pink #F8017F

RGB

 RED value IS 248 (97.27% from 255) = 65.96%

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

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

R = 65.96%
G = 0.27%
B = 33.78%

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

#F8017F (or 0xF8017F) is known color: Deep Pink. HEX triplet: F8, 01 and 7F. RGB value is (248,1,127). Sum of RGB (Red+Green+Blue) = 248+1+127=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F8017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8017F is #07FE80. Grayscale: #585858. Windows color (decimal): -523905 or 8323576. OLE color: 8323576.

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

Color convert

RGB 248 1 127 -
CMYK 0 1.00 0.49 0.03
HSL 329.39º 0.99% 0.49% -
HSV(B) 329.39º 1% 0.97% -
XYZ 42.55 21.51 21.99 -
YUV 89.22 149.33 241.25 -
System Red Green Blue C M Y K H S L
Decimal 248 1 127 0 1.00 0.49 0.03 329.39 0.99 0.49
Hex F8 1 7F 0 64 31 3 149 63 31
Octal 370 1 177 0 144 61 3 511 143 61
Binary 11111000 1 1111111 0 1100100 110001 11 101001001 1100011 110001

Color Harmonies of #F8017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8017F

Black with #F8017F

Text Example


Text Example

White with #F8017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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