#F963BB

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

Shades of Hot Pink #F963BB

Tints of Hot Pink #F963BB

Color information

#F963BB (or 0xF963BB) is unknown color: approx Hot Pink. HEX triplet: F9, 63 and BB. RGB value is (249,99,187). Sum of RGB (Red+Green+Blue) = 249+99+187=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F963BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963BB is #069C44. Grayscale: #999999. Windows color (decimal): -433221 or 12280825. OLE color: 12280825.

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

Color convert

RGB24999187-
CMYK00.600.250.02
HSL324.8º92.59%68.24%-
HSV(B)324.8º60.24%97.65%-
XYZ52.532.6550.55-
YUV153.88146.7195.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.54%
GREEN value IS 99 (39.06% from 255) = 18.50%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=46.54%
G=18.50%
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.02
SystemRedGreenBlueCMYKHSL
Decimal2499918700.600.250.02324.892.5968.24
HexF963BB03C1921455d44
Octal371143273074312505135104
Binary111110011100011101110110111100110011010100010110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F963BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F963BB; }

 p { color: rgb(249,99,187); }

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

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

 a { background-color: rgb(249,99,187); }

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

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

 span { border-color: rgb(249,99,187); }

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