#F962AA

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

Shades of Hot Pink #F962AA

Tints of Hot Pink #F962AA

Color information

#F962AA (or 0xF962AA) is unknown color: approx Hot Pink. HEX triplet: F9, 62 and AA. RGB value is (249,98,170). Sum of RGB (Red+Green+Blue) = 249+98+170=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F962AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F962AA is #069D55. Grayscale: #979797. Windows color (decimal): -433494 or 11166457. OLE color: 11166457.

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

Color convert

RGB24998170-
CMYK00.610.320.02
HSL331.39º92.64%68.04%-
HSV(B)331.39º60.64%97.65%-
XYZ50.6931.7841.49-
YUV151.36138.53197.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.16%
GREEN value IS 98 (38.67% from 255) = 18.96%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=48.16%
G=18.96%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499817000.610.320.02331.3992.6468.04
HexF962AA03D20214b5d44
Octal371142252075402513135104
Binary1111100111000101010101001111011000001010100101110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F962AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F962AA; }

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

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

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

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

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

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

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

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