#F86BB7

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

Shades of Hot Pink #F86BB7

Tints of Hot Pink #F86BB7

Color information

#F86BB7 (or 0xF86BB7) is unknown color: approx Hot Pink. HEX triplet: F8, 6B and B7. RGB value is (248,107,183). Sum of RGB (Red+Green+Blue) = 248+107+183=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F86BB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86BB7 is #079448. Grayscale: #9D9D9D. Windows color (decimal): -496713 or 12020728. OLE color: 12020728.

HSL color Cylindrical-coordinate representation of color #F86BB7: hue angle of 327.66º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86BB7 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB248107183-
CMYK00.570.260.03
HSL327.66º90.97%69.61%-
HSV(B)327.66º56.85%97.25%-
XYZ52.5233.8948.57-
YUV157.82142.21192.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.10%
GREEN value IS 107 (42.19% from 255) = 19.89%
BLUE value IS 183 (71.88% from 255) = 34.01%
R=46.10%
G=19.89%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810718300.570.260.03327.6690.9769.61
HexF86BB70391A31485b46
Octal370153267071323510133106
Binary111110001101011101101110111001110101110100100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86BB7; }

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

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

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

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

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

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

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

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