#F8017C

Color #F8017C Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F8017C

Tints of Deep Pink #F8017C

Color information

#F8017C (or 0xF8017C) is unknown color: approx Deep Pink. HEX triplet: F8, 01 and 7C. RGB value is (248,1,124). Sum of RGB (Red+Green+Blue) = 248+1+124=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F8017C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8017C is #07FE83. Grayscale: #585858. Windows color (decimal): -523908 or 8126968. OLE color: 8126968.

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

Color convert

RGB2481124-
CMYK01.000.50.03
HSL330.12º99.2%48.82%-
HSV(B)330.12º99.6%97.25%-
XYZ42.3621.4320.97-
YUV88.88147.83241.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 66.49%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=66.49%
G=0.27%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.5
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248112401.000.50.03330.1299.248.82
HexF817C06432314a6331
Octal3701174014462351214361
Binary111110001111110001100100110010111010010101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8017C; }

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

 H1.HeaderClassName
 {
   color: #F8017C;
 }
 .AnyTagClassName
 {
   color: #F8017C;
 }
</style>
background-color css

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

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

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

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

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

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