#F570A9

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

Shades of Hot Pink #F570A9

Tints of Hot Pink #F570A9

Color information

#F570A9 (or 0xF570A9) is unknown color: approx Hot Pink. HEX triplet: F5, 70 and A9. RGB value is (245,112,169). Sum of RGB (Red+Green+Blue) = 245+112+169=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F570A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F570A9 is #0A8F56. Grayscale: #9E9E9E. Windows color (decimal): -692055 or 11104501. OLE color: 11104501.

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

Color convert

RGB245112169-
CMYK00.540.310.04
HSL334.29º86.93%70%-
HSV(B)334.29º54.29%96.08%-
XYZ50.6133.8741.41-
YUV158.26134.06189.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.58%
GREEN value IS 112 (44.14% from 255) = 21.29%
BLUE value IS 169 (66.41% from 255) = 32.13%
R=46.58%
G=21.29%
B=32.13%

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
Decimal24511216900.540.310.04334.2986.9370
HexF570A90361F414e5746
Octal365160251066374516127106
Binary1111010111100001010100101101101111110010100111010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F570A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F570A9; }

 p { color: rgb(245,112,169); }

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

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

 a { background-color: rgb(245,112,169); }

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

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

 span { border-color: rgb(245,112,169); }

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