#F575C0

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

Shades of Persian Pink #F575C0

Tints of Persian Pink #F575C0

Color information

#F575C0 (or 0xF575C0) is unknown color: approx Persian Pink. HEX triplet: F5, 75 and C0. RGB value is (245,117,192). Sum of RGB (Red+Green+Blue) = 245+117+192=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F575C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575C0 is #0A8A3F. Grayscale: #A3A3A3. Windows color (decimal): -690752 or 12613109. OLE color: 12613109.

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

Color convert

RGB245117192-
CMYK00.520.220.04
HSL324.84º86.49%70.98%-
HSV(B)324.84º52.24%96.08%-
XYZ53.5335.9453.99-
YUV163.82143.91185.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.22%
GREEN value IS 117 (46.09% from 255) = 21.12%
BLUE value IS 192 (75.39% from 255) = 34.66%
R=44.22%
G=21.12%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511719200.520.220.04324.8486.4970.98
HexF575C00341641455647
Octal365165300064264505126107
Binary1111010111101011100000001101001011010010100010110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F575C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F575C0; }

 p { color: rgb(245,117,192); }

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

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

 a { background-color: rgb(245,117,192); }

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

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

 span { border-color: rgb(245,117,192); }

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