#F579C4

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

Shades of Persian Pink #F579C4

Tints of Persian Pink #F579C4

Color information

#F579C4 (or 0xF579C4) is unknown color: approx Persian Pink. HEX triplet: F5, 79 and C4. RGB value is (245,121,196). Sum of RGB (Red+Green+Blue) = 245+121+196=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F579C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579C4 is #0A863B. Grayscale: #A6A6A6. Windows color (decimal): -689724 or 12876277. OLE color: 12876277.

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

Color convert

RGB245121196-
CMYK00.510.20.04
HSL323.71º86.11%71.76%-
HSV(B)323.71º50.61%96.08%-
XYZ54.4637.0756.51-
YUV166.63144.58183.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.59%
GREEN value IS 121 (47.66% from 255) = 21.53%
BLUE value IS 196 (76.95% from 255) = 34.88%
R=43.59%
G=21.53%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.2
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512119600.510.20.04323.7186.1171.76
HexF579C40331441445648
Octal365171304063244504126110
Binary1111010111110011100010001100111010010010100010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F579C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F579C4; }

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

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

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

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

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

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

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

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