#F86DB9

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

Shades of Hot Pink #F86DB9

Tints of Hot Pink #F86DB9

Color information

#F86DB9 (or 0xF86DB9) is unknown color: approx Hot Pink. HEX triplet: F8, 6D and B9. RGB value is (248,109,185). Sum of RGB (Red+Green+Blue) = 248+109+185=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F86DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86DB9 is #079246. Grayscale: #9F9F9F. Windows color (decimal): -496199 or 12152312. OLE color: 12152312.

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

Color convert

RGB248109185-
CMYK00.560.250.03
HSL327.19º90.85%70%-
HSV(B)327.19º56.05%97.25%-
XYZ52.9434.449.75-
YUV159.22142.55191.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.76%
GREEN value IS 109 (42.97% from 255) = 20.11%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=45.76%
G=20.11%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810918500.560.250.03327.1990.8570
HexF86DB90381931475b46
Octal370155271070313507133106
Binary111110001101101101110010111000110011110100011110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86DB9; }

 p { color: rgb(248,109,185); }

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

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

 a { background-color: rgb(248,109,185); }

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

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

 span { border-color: rgb(248,109,185); }

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