#F85EBC

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

Shades of Hot Pink #F85EBC

Tints of Hot Pink #F85EBC

Color information

#F85EBC (or 0xF85EBC) is unknown color: approx Hot Pink. HEX triplet: F8, 5E and BC. RGB value is (248,94,188). Sum of RGB (Red+Green+Blue) = 248+94+188=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85EBC is #07A143. Grayscale: #969696. Windows color (decimal): -500036 or 12345080. OLE color: 12345080.

HSL color Cylindrical-coordinate representation of color #F85EBC: hue angle of 323.38º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85EBC is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB24894188-
CMYK00.620.240.03
HSL323.38º91.67%67.06%-
HSV(B)323.38º62.1%97.25%-
XYZ51.7931.5950.95-
YUV150.76149.02197.36-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.79%
GREEN value IS 94 (37.11% from 255) = 17.74%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=46.79%
G=17.74%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489418800.620.240.03323.3891.6767.06
HexF85EBC03E1831435c43
Octal370136274076303503134103
Binary111110001011110101111000111110110001110100001110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85EBC; }

 p { color: rgb(248,94,188); }

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

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

 a { background-color: rgb(248,94,188); }

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

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

 span { border-color: rgb(248,94,188); }

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