#F8017B

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

Shades of Deep Pink #F8017B

Tints of Deep Pink #F8017B

Color information

#F8017B (or 0xF8017B) is unknown color: approx Deep Pink. HEX triplet: F8, 01 and 7B. RGB value is (248,1,123). Sum of RGB (Red+Green+Blue) = 248+1+123=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F8017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8017B is #07FE84. Grayscale: #585858. Windows color (decimal): -523909 or 8061432. OLE color: 8061432.

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

Color convert

RGB2481123-
CMYK01.000.500.03
HSL330.36º99.2%48.82%-
HSV(B)330.36º99.6%97.25%-
XYZ42.321.4120.64-
YUV88.76147.33241.58-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=66.67%
G=0.27%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248112301.000.500.03330.3699.248.82
HexF817B06432314a6331
Octal3701173014462351214361
Binary111110001111101101100100110010111010010101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8017B; }

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

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

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

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

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

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

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

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