#F963AA

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

Shades of Hot Pink #F963AA

Tints of Hot Pink #F963AA

Color information

#F963AA (or 0xF963AA) is unknown color: approx Hot Pink. HEX triplet: F9, 63 and AA. RGB value is (249,99,170). Sum of RGB (Red+Green+Blue) = 249+99+170=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F963AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F963AA is #069C55. Grayscale: #979797. Windows color (decimal): -433238 or 11166713. OLE color: 11166713.

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

Color convert

RGB24999170-
CMYK00.600.320.02
HSL331.6º92.59%68.24%-
HSV(B)331.6º60.24%97.65%-
XYZ50.7831.9741.52-
YUV151.94138.2197.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.07%
GREEN value IS 99 (39.06% from 255) = 19.11%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=48.07%
G=19.11%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499917000.600.320.02331.692.5968.24
HexF963AA03C20214c5d44
Octal371143252074402514135104
Binary1111100111000111010101001111001000001010100110010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F963AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F963AA; }

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

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

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

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

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

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

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

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