#F864B9

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

Shades of Hot Pink #F864B9

Tints of Hot Pink #F864B9

Color information

#F864B9 (or 0xF864B9) is unknown color: approx Hot Pink. HEX triplet: F8, 64 and B9. RGB value is (248,100,185). Sum of RGB (Red+Green+Blue) = 248+100+185=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F864B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F864B9 is #079B46. Grayscale: #999999. Windows color (decimal): -498503 or 12150008. OLE color: 12150008.

HSL color Cylindrical-coordinate representation of color #F864B9: hue angle of 325.54º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F864B9 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248100185-
CMYK00.600.250.03
HSL325.54º91.36%68.24%-
HSV(B)325.54º59.68%97.25%-
XYZ52.0332.5749.44-
YUV153.94145.53195.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.53%
GREEN value IS 100 (39.45% from 255) = 18.76%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=46.53%
G=18.76%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810018500.600.250.03325.5491.3668.24
HexF864B903C1931465b44
Octal370144271074313506133104
Binary111110001100100101110010111100110011110100011010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F864B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F864B9; }

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

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

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

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

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

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

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

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