#F85BBD

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

Shades of Hot Pink #F85BBD

Tints of Hot Pink #F85BBD

Color information

#F85BBD (or 0xF85BBD) is unknown color: approx Hot Pink. HEX triplet: F8, 5B and BD. RGB value is (248,91,189). Sum of RGB (Red+Green+Blue) = 248+91+189=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BBD is #07A442. Grayscale: #949494. Windows color (decimal): -500803 or 12409848. OLE color: 12409848.

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

Color convert

RGB24891189-
CMYK00.630.240.03
HSL322.55º91.81%66.47%-
HSV(B)322.55º63.31%97.25%-
XYZ51.6431.1151.43-
YUV149.11150.51198.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.97%
GREEN value IS 91 (35.94% from 255) = 17.23%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=46.97%
G=17.23%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489118900.630.240.03322.5591.8166.47
HexF85BBD03F1831435c42
Octal370133275077303503134102
Binary111110001011011101111010111111110001110100001110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85BBD; }

 p { color: rgb(248,91,189); }

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

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

 a { background-color: rgb(248,91,189); }

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

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

 span { border-color: rgb(248,91,189); }

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