#F572AA

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

Shades of Hot Pink #F572AA

Tints of Hot Pink #F572AA

Color information

#F572AA (or 0xF572AA) is unknown color: approx Hot Pink. HEX triplet: F5, 72 and AA. RGB value is (245,114,170). Sum of RGB (Red+Green+Blue) = 245+114+170=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F572AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F572AA is #0A8D55. Grayscale: #9F9F9F. Windows color (decimal): -691542 or 11170549. OLE color: 11170549.

HSL color Cylindrical-coordinate representation of color #F572AA: hue angle of 334.35º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F572AA is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB245114170-
CMYK00.530.310.04
HSL334.35º86.75%70.39%-
HSV(B)334.35º53.47%96.08%-
XYZ50.9334.3541.98-
YUV159.55133.9188.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.31%
GREEN value IS 114 (44.92% from 255) = 21.55%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=46.31%
G=21.55%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511417000.530.310.04334.3586.7570.39
HexF572AA0351F414e5746
Octal365162252065374516127106
Binary1111010111100101010101001101011111110010100111010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F572AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F572AA; }

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

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

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

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

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

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

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

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