#F572AB

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

Shades of Hot Pink #F572AB

Tints of Hot Pink #F572AB

Color information

#F572AB (or 0xF572AB) is unknown color: approx Hot Pink. HEX triplet: F5, 72 and AB. RGB value is (245,114,171). Sum of RGB (Red+Green+Blue) = 245+114+171=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F572AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F572AB is #0A8D54. Grayscale: #9F9F9F. Windows color (decimal): -691541 or 11236085. OLE color: 11236085.

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

Color convert

RGB245114171-
CMYK00.530.300.04
HSL333.89º86.75%70.39%-
HSV(B)333.89º53.47%96.08%-
XYZ51.0234.3942.48-
YUV159.67134.4188.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.23%
GREEN value IS 114 (44.92% from 255) = 21.51%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=46.23%
G=21.51%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511417100.530.300.04333.8986.7570.39
HexF572AB0351E414e5746
Octal365162253065364516127106
Binary1111010111100101010101101101011111010010100111010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F572AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F572AB; }

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

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

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

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

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

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

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

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