#F972A9

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

Shades of Hot Pink #F972A9

Tints of Hot Pink #F972A9

Color information

#F972A9 (or 0xF972A9) is unknown color: approx Hot Pink. HEX triplet: F9, 72 and A9. RGB value is (249,114,169). Sum of RGB (Red+Green+Blue) = 249+114+169=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F972A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F972A9 is #068D56. Grayscale: #A0A0A0. Windows color (decimal): -429399 or 11105017. OLE color: 11105017.

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

Color convert

RGB249114169-
CMYK00.540.320.02
HSL335.56º91.84%71.18%-
HSV(B)335.56º54.22%97.65%-
XYZ52.2535.0441.55-
YUV160.63132.73191.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.80%
GREEN value IS 114 (44.92% from 255) = 21.43%
BLUE value IS 169 (66.41% from 255) = 31.77%
R=46.80%
G=21.43%
B=31.77%

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
Decimal24911416900.540.320.02335.5691.8471.18
HexF972A90362021505c47
Octal371162251066402520134107
Binary1111100111100101010100101101101000001010101000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F972A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F972A9; }

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

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

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

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

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

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

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

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