#F8017E

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

Shades of Deep Pink #F8017E

Tints of Deep Pink #F8017E

Color information

#F8017E (or 0xF8017E) is unknown color: approx Deep Pink. HEX triplet: F8, 01 and 7E. RGB value is (248,1,126). Sum of RGB (Red+Green+Blue) = 248+1+126=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8017E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8017E is #07FE81. Grayscale: #585858. Windows color (decimal): -523906 or 8258040. OLE color: 8258040.

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

Color convert

RGB2481126-
CMYK01.000.490.03
HSL329.64º99.2%48.82%-
HSV(B)329.64º99.6%97.25%-
XYZ42.4921.4821.65-
YUV89.1148.83241.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 66.13%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=66.13%
G=0.27%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248112601.000.490.03329.6499.248.82
HexF817E06431314a6331
Octal3701176014461351214361
Binary111110001111111001100100110001111010010101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8017E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8017E; }

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

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

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

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

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

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

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

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