#f85bb4

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

Shades of Hot Pink #F85BB4

Tints of Hot Pink #F85BB4

Color information

#F85BB4 (or 0xF85BB4) is unknown color: approx Hot Pink. HEX triplet: F8, 5B and B4. RGB value is (248,91,180). Sum of RGB (Red+Green+Blue) = 248+91+180=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BB4 is #07A44B. Grayscale: #939393. Windows color (decimal): -500812 or 11820024. OLE color: 11820024.

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

Color convert

RGB24891180-
CMYK00.630.270.03
HSL325.99º91.81%66.47%-
HSV(B)325.99º63.31%97.25%-
XYZ50.6930.7346.44-
YUV148.09146.01199.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.78%
GREEN value IS 91 (35.94% from 255) = 17.53%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=47.78%
G=17.53%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489118000.630.270.03325.9991.8166.47
HexF85BB403F1B31465c42
Octal370133264077333506134102
Binary111110001011011101101000111111110111110100011010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f85bb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f85bb4; }

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

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

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

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

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

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

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

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