#F966BB

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

Shades of Hot Pink #F966BB

Tints of Hot Pink #F966BB

Color information

#F966BB (or 0xF966BB) is unknown color: approx Hot Pink. HEX triplet: F9, 66 and BB. RGB value is (249,102,187). Sum of RGB (Red+Green+Blue) = 249+102+187=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F966BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966BB is #069944. Grayscale: #9B9B9B. Windows color (decimal): -432453 or 12281593. OLE color: 12281593.

HSL color Cylindrical-coordinate representation of color #F966BB: hue angle of 325.31º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F966BB is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB249102187-
CMYK00.590.250.02
HSL325.31º92.45%68.82%-
HSV(B)325.31º59.04%97.65%-
XYZ52.7933.2350.65-
YUV155.64145.7194.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.28%
GREEN value IS 102 (40.23% from 255) = 18.96%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=46.28%
G=18.96%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910218700.590.250.02325.3192.4568.82
HexF966BB03B1921455c45
Octal371146273073312505134105
Binary111110011100110101110110111011110011010100010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F966BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F966BB; }

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

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

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

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

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

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

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

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