#F86CA9

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

Shades of Hot Pink #F86CA9

Tints of Hot Pink #F86CA9

Color information

#F86CA9 (or 0xF86CA9) is unknown color: approx Hot Pink. HEX triplet: F8, 6C and A9. RGB value is (248,108,169). Sum of RGB (Red+Green+Blue) = 248+108+169=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 169 (66.41% from 255 or 32.19% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86CA9 is #079356. Grayscale: #9C9C9C. Windows color (decimal): -496471 or 11103480. OLE color: 11103480.

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

Color convert

RGB248108169-
CMYK00.560.320.03
HSL333.86º90.91%69.8%-
HSV(B)333.86º56.45%97.25%-
XYZ51.2433.5541.31-
YUV156.81134.88193.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.24%
GREEN value IS 108 (42.58% from 255) = 20.57%
BLUE value IS 169 (66.41% from 255) = 32.19%
R=47.24%
G=20.57%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810816900.560.320.03333.8690.9169.8
HexF86CA903820314e5b46
Octal370154251070403516133106
Binary1111100011011001010100101110001000001110100111010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86CA9; }

 p { color: rgb(248,108,169); }

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

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

 a { background-color: rgb(248,108,169); }

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

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

 span { border-color: rgb(248,108,169); }

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