#F579B0

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

Shades of Persian Pink #F579B0

Tints of Persian Pink #F579B0

Color information

#F579B0 (or 0xF579B0) is unknown color: approx Persian Pink. HEX triplet: F5, 79 and B0. RGB value is (245,121,176). Sum of RGB (Red+Green+Blue) = 245+121+176=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F579B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F579B0 is #0A864F. Grayscale: #A4A4A4. Windows color (decimal): -689744 or 11565557. OLE color: 11565557.

HSL color Cylindrical-coordinate representation of color #F579B0: hue angle of 333.39º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F579B0 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB245121176-
CMYK00.510.280.04
HSL333.39º86.11%71.76%-
HSV(B)333.39º50.61%96.08%-
XYZ52.3336.2245.31-
YUV164.35134.58185.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.20%
GREEN value IS 121 (47.66% from 255) = 22.32%
BLUE value IS 176 (69.14% from 255) = 32.47%
R=45.20%
G=22.32%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512117600.510.280.04333.3986.1171.76
HexF579B00331C414d5648
Octal365171260063344515126110
Binary1111010111110011011000001100111110010010100110110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F579B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F579B0; }

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

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

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

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

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

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

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

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