#f85fb7

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

Shades of Hot Pink #F85FB7

Tints of Hot Pink #F85FB7

Color information

#F85FB7 (or 0xF85FB7) is unknown color: approx Hot Pink. HEX triplet: F8, 5F and B7. RGB value is (248,95,183). Sum of RGB (Red+Green+Blue) = 248+95+183=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85FB7 is #07A048. Grayscale: #969696. Windows color (decimal): -499785 or 12017656. OLE color: 12017656.

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

Color convert

RGB24895183-
CMYK00.620.260.03
HSL325.49º91.62%67.25%-
HSV(B)325.49º61.69%97.25%-
XYZ51.3531.5648.18-
YUV150.78146.19197.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.15%
GREEN value IS 95 (37.5% from 255) = 18.06%
BLUE value IS 183 (71.88% from 255) = 34.79%
R=47.15%
G=18.06%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489518300.620.260.03325.4991.6267.25
HexF85FB703E1A31455c43
Octal370137267076323505134103
Binary111110001011111101101110111110110101110100010110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f85fb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f85fb7; }

 p { color: rgb(248,95,183); }

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

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

 a { background-color: rgb(248,95,183); }

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

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

 span { border-color: rgb(248,95,183); }

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