#F966A5

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

Shades of Hot Pink #F966A5

Tints of Hot Pink #F966A5

Color information

#F966A5 (or 0xF966A5) is unknown color: approx Hot Pink. HEX triplet: F9, 66 and A5. RGB value is (249,102,165). Sum of RGB (Red+Green+Blue) = 249+102+165=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F966A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F966A5 is #06995A. Grayscale: #999999. Windows color (decimal): -432475 or 10839801. OLE color: 10839801.

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

Color convert

RGB249102165-
CMYK00.590.340.02
HSL334.29º92.45%68.82%-
HSV(B)334.29º59.04%97.65%-
XYZ50.6132.3639.18-
YUV153.14134.7196.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.26%
GREEN value IS 102 (40.23% from 255) = 19.77%
BLUE value IS 165 (64.84% from 255) = 31.98%
R=48.26%
G=19.77%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910216500.590.340.02334.2992.4568.82
HexF966A503B22214e5c45
Octal371146245073422516134105
Binary1111100111001101010010101110111000101010100111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F966A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F966A5; }

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

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

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

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

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

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

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

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