#F86DB0

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

Shades of Hot Pink #F86DB0

Tints of Hot Pink #F86DB0

Color information

#F86DB0 (or 0xF86DB0) is unknown color: approx Hot Pink. HEX triplet: F8, 6D and B0. RGB value is (248,109,176). Sum of RGB (Red+Green+Blue) = 248+109+176=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F86DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86DB0 is #07924F. Grayscale: #9E9E9E. Windows color (decimal): -496208 or 11562488. OLE color: 11562488.

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

Color convert

RGB248109176-
CMYK00.560.290.03
HSL331.08º90.85%70%-
HSV(B)331.08º56.05%97.25%-
XYZ52.0234.0344.9-
YUV158.2138.05192.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.53%
GREEN value IS 109 (42.97% from 255) = 20.45%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=46.53%
G=20.45%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810917600.560.290.03331.0890.8570
HexF86DB00381D314b5b46
Octal370155260070353513133106
Binary111110001101101101100000111000111011110100101110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86DB0; }

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

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

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

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

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

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

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

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