#F864BB

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

Shades of Hot Pink #F864BB

Tints of Hot Pink #F864BB

Color information

#F864BB (or 0xF864BB) is unknown color: approx Hot Pink. HEX triplet: F8, 64 and BB. RGB value is (248,100,187). Sum of RGB (Red+Green+Blue) = 248+100+187=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F864BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F864BB is #079B44. Grayscale: #999999. Windows color (decimal): -498501 or 12281080. OLE color: 12281080.

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

Color convert

RGB248100187-
CMYK00.600.250.03
HSL324.73º91.36%68.24%-
HSV(B)324.73º59.68%97.25%-
XYZ52.2432.6650.56-
YUV154.17146.53194.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.36%
GREEN value IS 100 (39.45% from 255) = 18.69%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=46.36%
G=18.69%
B=34.95%

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
Decimal24810018700.600.250.03324.7391.3668.24
HexF864BB03C1931455b44
Octal370144273074313505133104
Binary111110001100100101110110111100110011110100010110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F864BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F864BB; }

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

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

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

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

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

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

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

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