#F966A6

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

Shades of Hot Pink #F966A6

Tints of Hot Pink #F966A6

Color information

#F966A6 (or 0xF966A6) is unknown color: approx Hot Pink. HEX triplet: F9, 66 and A6. RGB value is (249,102,166). Sum of RGB (Red+Green+Blue) = 249+102+166=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F966A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F966A6 is #069959. Grayscale: #999999. Windows color (decimal): -432474 or 10905337. OLE color: 10905337.

HSL color Cylindrical-coordinate representation of color #F966A6: hue angle of 333.88º 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 #F966A6 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB249102166-
CMYK00.590.330.02
HSL333.88º92.45%68.82%-
HSV(B)333.88º59.04%97.65%-
XYZ50.732.439.66-
YUV153.25135.2196.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.16%
GREEN value IS 102 (40.23% from 255) = 19.73%
BLUE value IS 166 (65.23% from 255) = 32.11%
R=48.16%
G=19.73%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910216600.590.330.02333.8892.4568.82
HexF966A603B21214e5c45
Octal371146246073412516134105
Binary1111100111001101010011001110111000011010100111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F966A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F966A6; }

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

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

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

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

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

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

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

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