Shades of Persian Pink #F575B3
Tints of Persian Pink #F575B3
RGB
CMYK
RGB Variations
Color information
#F575B3 (or 0xF575B3) is known color: Persian Pink. HEX triplet: F5, 75 and B3. RGB value is (245,117,179). Sum of RGB (Red+Green+Blue) = 245+117+179=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F575B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575B3 is #0A8A4C. Grayscale: #A2A2A2. Windows color (decimal): -690765 or 11761141. OLE color: 11761141.
HSL color Cylindrical-coordinate representation of color #F575B3: hue angle of 330.94º 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 #F575B3 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 179 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.04 |
| HSL | 330.94º | 0.86% | 0.71% | - |
| HSV(B) | 330.94º | 0.52% | 0.96% | - |
| XYZ | 52.15 | 35.39 | 46.73 | - |
| YUV | 162.34 | 137.41 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 179 | 0 | 0.52 | 0.27 | 0.04 | 330.94 | 0.86 | 0.71 |
| Hex | F5 | 75 | B3 | 0 | 34 | 1B | 4 | 14B | 56 | 47 |
| Octal | 365 | 165 | 263 | 0 | 64 | 33 | 4 | 513 | 126 | 107 |
| Binary | 11110101 | 1110101 | 10110011 | 0 | 110100 | 11011 | 100 | 101001011 | 1010110 | 1000111 |
Color Harmonies of #F575B3
Complementary color
Monochromatic Colors of #F575B3
Black with #F575B3
Text Example
Text Example
White with #F575B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F575B3; }
p { color: rgb(245,117,179); }
H1.HeaderClassName
{
color: #F575B3;
}
.AnyTagClassName
{
color: #F575B3;
}
</style>
background-color css
<style>
a { background-color: #F575B3; }
a { background-color: rgb(245,117,179); }
div.DivClassName
{
background-color: #F575B3;
}
.BgClassName
{
background-color: #F575B3;
}
</style>
border-color css
<style>
span { border-color: #F575B3; }
span { border-color: rgb(245,117,179); }
td.TdClassName
{
border-color: #F575B3;
}
.TagClassName
{
border-color: #F575B3;
}
</style>