Shades of Persian Pink #F577B1
Tints of Persian Pink #F577B1
RGB
CMYK
RGB Variations
Color information
#F577B1 (or 0xF577B1) is known color: Persian Pink. HEX triplet: F5, 77 and B1. RGB value is (245,119,177). Sum of RGB (Red+Green+Blue) = 245+119+177=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F577B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F577B1 is #0A884E. Grayscale: #A3A3A3. Windows color (decimal): -690255 or 11630581. OLE color: 11630581.
HSL color Cylindrical-coordinate representation of color #F577B1: hue angle of 332.38º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F577B1 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 177 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.04 |
| HSL | 332.38º | 0.86% | 0.71% | - |
| HSV(B) | 332.38º | 0.51% | 0.96% | - |
| XYZ | 52.19 | 35.78 | 45.75 | - |
| YUV | 163.29 | 135.74 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 177 | 0 | 0.51 | 0.28 | 0.04 | 332.38 | 0.86 | 0.71 |
| Hex | F5 | 77 | B1 | 0 | 33 | 1C | 4 | 14C | 56 | 47 |
| Octal | 365 | 167 | 261 | 0 | 63 | 34 | 4 | 514 | 126 | 107 |
| Binary | 11110101 | 1110111 | 10110001 | 0 | 110011 | 11100 | 100 | 101001100 | 1010110 | 1000111 |
Color Harmonies of #F577B1
Complementary color
Monochromatic Colors of #F577B1
Black with #F577B1
Text Example
Text Example
White with #F577B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F577B1; }
p { color: rgb(245,119,177); }
H1.HeaderClassName
{
color: #F577B1;
}
.AnyTagClassName
{
color: #F577B1;
}
</style>
background-color css
<style>
a { background-color: #F577B1; }
a { background-color: rgb(245,119,177); }
div.DivClassName
{
background-color: #F577B1;
}
.BgClassName
{
background-color: #F577B1;
}
</style>
border-color css
<style>
span { border-color: #F577B1; }
span { border-color: rgb(245,119,177); }
td.TdClassName
{
border-color: #F577B1;
}
.TagClassName
{
border-color: #F577B1;
}
</style>