#F172AA

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

Shades of Hot Pink #F172AA

Tints of Hot Pink #F172AA

Color information

#F172AA (or 0xF172AA) is unknown color: approx Hot Pink. HEX triplet: F1, 72 and AA. RGB value is (241,114,170). Sum of RGB (Red+Green+Blue) = 241+114+170=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F172AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F172AA is #0E8D55. Grayscale: #9E9E9E. Windows color (decimal): -953686 or 11170545. OLE color: 11170545.

HSL color Cylindrical-coordinate representation of color #F172AA: hue angle of 333.54º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F172AA is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241114170-
CMYK00.530.290.05
HSL333.54º81.94%69.61%-
HSV(B)333.54º52.7%94.51%-
XYZ49.5533.6441.91-
YUV158.36134.58186.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.90%
GREEN value IS 114 (44.92% from 255) = 21.71%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=45.90%
G=21.71%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111417000.530.290.05333.5481.9469.61
HexF172AA0351D514e5246
Octal361162252065355516122106
Binary1111000111100101010101001101011110110110100111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F172AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F172AA; }

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

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

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

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

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

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

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

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