#F578B3

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

Shades of Persian Pink #F578B3

Tints of Persian Pink #F578B3

Color information

#F578B3 (or 0xF578B3) is unknown color: approx Persian Pink. HEX triplet: F5, 78 and B3. RGB value is (245,120,179). Sum of RGB (Red+Green+Blue) = 245+120+179=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F578B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578B3 is #0A874C. Grayscale: #A3A3A3. Windows color (decimal): -689997 or 11761909. OLE color: 11761909.

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

Color convert

RGB245120179-
CMYK00.510.270.04
HSL331.68º86.21%71.57%-
HSV(B)331.68º51.02%96.08%-
XYZ52.5136.146.85-
YUV164.1136.41185.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.04%
GREEN value IS 120 (47.27% from 255) = 22.06%
BLUE value IS 179 (70.31% from 255) = 32.90%
R=45.04%
G=22.06%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512017900.510.270.04331.6886.2171.57
HexF578B30331B414c5648
Octal365170263063334514126110
Binary1111010111110001011001101100111101110010100110010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F578B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F578B3; }

 p { color: rgb(245,120,179); }

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

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

 a { background-color: rgb(245,120,179); }

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

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

 span { border-color: rgb(245,120,179); }

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