#f572b0

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

Shades of Hot Pink #F572B0

Tints of Hot Pink #F572B0

Color information

#F572B0 (or 0xF572B0) is unknown color: approx Hot Pink. HEX triplet: F5, 72 and B0. RGB value is (245,114,176). Sum of RGB (Red+Green+Blue) = 245+114+176=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F572B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F572B0 is #0A8D4F. Grayscale: #A0A0A0. Windows color (decimal): -691536 or 11563765. OLE color: 11563765.

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

Color convert

RGB245114176-
CMYK00.530.280.04
HSL331.6º86.75%70.39%-
HSV(B)331.6º53.47%96.08%-
XYZ51.5134.5845.03-
YUV160.24136.9188.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.79%
GREEN value IS 114 (44.92% from 255) = 21.31%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=45.79%
G=21.31%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511417600.530.280.04331.686.7570.39
HexF572B00351C414c5746
Octal365162260065344514127106
Binary1111010111100101011000001101011110010010100110010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f572b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f572b0; }

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

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

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

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

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

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

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

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