#F972AA

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

Shades of Hot Pink #F972AA

Tints of Hot Pink #F972AA

Color information

#F972AA (or 0xF972AA) is unknown color: approx Hot Pink. HEX triplet: F9, 72 and AA. RGB value is (249,114,170). Sum of RGB (Red+Green+Blue) = 249+114+170=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F972AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F972AA is #068D55. Grayscale: #A0A0A0. Windows color (decimal): -429398 or 11170553. OLE color: 11170553.

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

Color convert

RGB249114170-
CMYK00.540.320.02
HSL335.11º91.84%71.18%-
HSV(B)335.11º54.22%97.65%-
XYZ52.3435.0842.04-
YUV160.75133.23190.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.72%
GREEN value IS 114 (44.92% from 255) = 21.39%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=46.72%
G=21.39%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911417000.540.320.02335.1191.8471.18
HexF972AA03620214f5c47
Octal371162252066402517134107
Binary1111100111100101010101001101101000001010100111110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F972AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F972AA; }

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

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

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

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

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

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

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

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