#F85BBE

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

Shades of Hot Pink #F85BBE

Tints of Hot Pink #F85BBE

Color information

#F85BBE (or 0xF85BBE) is unknown color: approx Hot Pink. HEX triplet: F8, 5B and BE. RGB value is (248,91,190). Sum of RGB (Red+Green+Blue) = 248+91+190=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BBE is #07A441. Grayscale: #949494. Windows color (decimal): -500802 or 12475384. OLE color: 12475384.

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

Color convert

RGB24891190-
CMYK00.630.230.03
HSL322.17º91.81%66.47%-
HSV(B)322.17º63.31%97.25%-
XYZ51.7531.1652-
YUV149.23151.01198.45-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.88%
GREEN value IS 91 (35.94% from 255) = 17.20%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=46.88%
G=17.20%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489119000.630.230.03322.1791.8166.47
HexF85BBE03F1731425c42
Octal370133276077273502134102
Binary111110001011011101111100111111101111110100001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85BBE; }

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

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

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

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

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

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

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

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