#F85EB2

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

Shades of Hot Pink #F85EB2

Tints of Hot Pink #F85EB2

Color information

#F85EB2 (or 0xF85EB2) is unknown color: approx Hot Pink. HEX triplet: F8, 5E and B2. RGB value is (248,94,178). Sum of RGB (Red+Green+Blue) = 248+94+178=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85EB2 is #07A14D. Grayscale: #959595. Windows color (decimal): -500046 or 11689720. OLE color: 11689720.

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

Color convert

RGB24894178-
CMYK00.620.280.03
HSL327.27º91.67%67.06%-
HSV(B)327.27º62.1%97.25%-
XYZ50.7531.1845.46-
YUV149.62144.02198.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.69%
GREEN value IS 94 (37.11% from 255) = 18.08%
BLUE value IS 178 (69.92% from 255) = 34.23%
R=47.69%
G=18.08%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489417800.620.280.03327.2791.6767.06
HexF85EB203E1C31475c43
Octal370136262076343507134103
Binary111110001011110101100100111110111001110100011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85EB2; }

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

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

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

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

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

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

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

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