#F579B1

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

Shades of Persian Pink #F579B1

Tints of Persian Pink #F579B1

Color information

#F579B1 (or 0xF579B1) is unknown color: approx Persian Pink. HEX triplet: F5, 79 and B1. RGB value is (245,121,177). Sum of RGB (Red+Green+Blue) = 245+121+177=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F579B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F579B1 is #0A864E. Grayscale: #A4A4A4. Windows color (decimal): -689743 or 11631093. OLE color: 11631093.

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

Color convert

RGB245121177-
CMYK00.510.280.04
HSL332.9º86.11%71.76%-
HSV(B)332.9º50.61%96.08%-
XYZ52.4336.2645.83-
YUV164.46135.08185.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.12%
GREEN value IS 121 (47.66% from 255) = 22.28%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=45.12%
G=22.28%
B=32.60%

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
Decimal24512117700.510.280.04332.986.1171.76
HexF579B10331C414d5648
Octal365171261063344515126110
Binary1111010111110011011000101100111110010010100110110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F579B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F579B1; }

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

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

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

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

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

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

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

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