#F579BC

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

Shades of Persian Pink #F579BC

Tints of Persian Pink #F579BC

Color information

#F579BC (or 0xF579BC) is unknown color: approx Persian Pink. HEX triplet: F5, 79 and BC. RGB value is (245,121,188). Sum of RGB (Red+Green+Blue) = 245+121+188=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F579BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579BC is #0A8643. Grayscale: #A5A5A5. Windows color (decimal): -689732 or 12351989. OLE color: 12351989.

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

Color convert

RGB245121188-
CMYK00.510.230.04
HSL327.58º86.11%71.76%-
HSV(B)327.58º50.61%96.08%-
XYZ53.5736.7251.84-
YUV165.71140.58184.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.22%
GREEN value IS 121 (47.66% from 255) = 21.84%
BLUE value IS 188 (73.83% from 255) = 33.94%
R=44.22%
G=21.84%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512118800.510.230.04327.5886.1171.76
HexF579BC0331741485648
Octal365171274063274510126110
Binary1111010111110011011110001100111011110010100100010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F579BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F579BC; }

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

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

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

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

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

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

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

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