#F86DB4

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

Shades of Hot Pink #F86DB4

Tints of Hot Pink #F86DB4

Color information

#F86DB4 (or 0xF86DB4) is unknown color: approx Hot Pink. HEX triplet: F8, 6D and B4. RGB value is (248,109,180). Sum of RGB (Red+Green+Blue) = 248+109+180=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F86DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86DB4 is #07924B. Grayscale: #9E9E9E. Windows color (decimal): -496204 or 11824632. OLE color: 11824632.

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

Color convert

RGB248109180-
CMYK00.560.270.03
HSL329.35º90.85%70%-
HSV(B)329.35º56.05%97.25%-
XYZ52.4234.1947.02-
YUV158.66140.05191.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.18%
GREEN value IS 109 (42.97% from 255) = 20.30%
BLUE value IS 180 (70.70% from 255) = 33.52%
R=46.18%
G=20.30%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810918000.560.270.03329.3590.8570
HexF86DB40381B31495b46
Octal370155264070333511133106
Binary111110001101101101101000111000110111110100100110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86DB4; }

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

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

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

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

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

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

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

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