#F8017A

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

Shades of Deep Pink #F8017A

Tints of Deep Pink #F8017A

Color information

#F8017A (or 0xF8017A) is unknown color: approx Deep Pink. HEX triplet: F8, 01 and 7A. RGB value is (248,1,122). Sum of RGB (Red+Green+Blue) = 248+1+122=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F8017A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8017A is #07FE85. Grayscale: #585858. Windows color (decimal): -523910 or 7995896. OLE color: 7995896.

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

Color convert

RGB2481122-
CMYK01.000.510.03
HSL330.61º99.2%48.82%-
HSV(B)330.61º99.6%97.25%-
XYZ42.2421.3820.31-
YUV88.65146.83241.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 66.85%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=66.85%
G=0.27%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248112201.000.510.03330.6199.248.82
HexF817A06433314b6331
Octal3701172014463351314361
Binary111110001111101001100100110011111010010111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8017A; }

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

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

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

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

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

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

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

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