#F571AA

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

Shades of Hot Pink #F571AA

Tints of Hot Pink #F571AA

Color information

#F571AA (or 0xF571AA) is unknown color: approx Hot Pink. HEX triplet: F5, 71 and AA. RGB value is (245,113,170). Sum of RGB (Red+Green+Blue) = 245+113+170=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F571AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F571AA is #0A8E55. Grayscale: #9E9E9E. Windows color (decimal): -691798 or 11170293. OLE color: 11170293.

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

Color convert

RGB245113170-
CMYK00.540.310.04
HSL334.09º86.84%70.2%-
HSV(B)334.09º53.88%96.08%-
XYZ50.8234.1341.94-
YUV158.97134.23189.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.40%
GREEN value IS 113 (44.53% from 255) = 21.40%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=46.40%
G=21.40%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511317000.540.310.04334.0986.8470.2
HexF571AA0361F414e5746
Octal365161252066374516127106
Binary1111010111100011010101001101101111110010100111010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F571AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F571AA; }

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

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

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

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

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

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

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

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