#F85ABB

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

Shades of Hot Pink #F85ABB

Tints of Hot Pink #F85ABB

Color information

#F85ABB (or 0xF85ABB) is unknown color: approx Hot Pink. HEX triplet: F8, 5A and BB. RGB value is (248,90,187). Sum of RGB (Red+Green+Blue) = 248+90+187=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ABB is #07A544. Grayscale: #949494. Windows color (decimal): -501061 or 12278520. OLE color: 12278520.

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

Color convert

RGB24890187-
CMYK00.640.250.03
HSL323.16º91.86%66.27%-
HSV(B)323.16º63.71%97.25%-
XYZ51.3430.8650.26-
YUV148.3149.85199.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.24%
GREEN value IS 90 (35.55% from 255) = 17.14%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=47.24%
G=17.14%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489018700.640.250.03323.1691.8666.27
HexF85ABB0401931435c42
Octal3701322730100313503134102
Binary1111100010110101011101101000000110011110100001110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85ABB; }

 p { color: rgb(248,90,187); }

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

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

 a { background-color: rgb(248,90,187); }

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

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

 span { border-color: rgb(248,90,187); }

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