#F85EB1

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

Shades of Hot Pink #F85EB1

Tints of Hot Pink #F85EB1

Color information

#F85EB1 (or 0xF85EB1) is unknown color: approx Hot Pink. HEX triplet: F8, 5E and B1. RGB value is (248,94,177). Sum of RGB (Red+Green+Blue) = 248+94+177=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85EB1 is #07A14E. Grayscale: #959595. Windows color (decimal): -500047 or 11624184. OLE color: 11624184.

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

Color convert

RGB24894177-
CMYK00.620.290.03
HSL327.66º91.67%67.06%-
HSV(B)327.66º62.1%97.25%-
XYZ50.6531.1444.94-
YUV149.51143.52198.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.78%
GREEN value IS 94 (37.11% from 255) = 18.11%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=47.78%
G=18.11%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489417700.620.290.03327.6691.6767.06
HexF85EB103E1D31485c43
Octal370136261076353510134103
Binary111110001011110101100010111110111011110100100010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85EB1; }

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

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

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

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

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

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

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

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