Shades of Persian Pink #F575BB
Tints of Persian Pink #F575BB
RGB
CMYK
RGB Variations
Color information
#F575BB (or 0xF575BB) is known color: Persian Pink. HEX triplet: F5, 75 and BB. RGB value is (245,117,187). Sum of RGB (Red+Green+Blue) = 245+117+187=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F575BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575BB is #0A8A44. Grayscale: #A3A3A3. Windows color (decimal): -690757 or 12285429. OLE color: 12285429.
HSL color Cylindrical-coordinate representation of color #F575BB: hue angle of 327.19º 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 #F575BB is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 187 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.04 |
| HSL | 327.19º | 0.86% | 0.71% | - |
| HSV(B) | 327.19º | 0.52% | 0.96% | - |
| XYZ | 52.99 | 35.72 | 51.12 | - |
| YUV | 163.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 187 | 0 | 0.52 | 0.24 | 0.04 | 327.19 | 0.86 | 0.71 |
| Hex | F5 | 75 | BB | 0 | 34 | 18 | 4 | 147 | 56 | 47 |
| Octal | 365 | 165 | 273 | 0 | 64 | 30 | 4 | 507 | 126 | 107 |
| Binary | 11110101 | 1110101 | 10111011 | 0 | 110100 | 11000 | 100 | 101000111 | 1010110 | 1000111 |
Color Harmonies of #F575BB
Complementary color
Monochromatic Colors of #F575BB
Black with #F575BB
Text Example
Text Example
White with #F575BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F575BB; }
p { color: rgb(245,117,187); }
H1.HeaderClassName
{
color: #F575BB;
}
.AnyTagClassName
{
color: #F575BB;
}
</style>
background-color css
<style>
a { background-color: #F575BB; }
a { background-color: rgb(245,117,187); }
div.DivClassName
{
background-color: #F575BB;
}
.BgClassName
{
background-color: #F575BB;
}
</style>
border-color css
<style>
span { border-color: #F575BB; }
span { border-color: rgb(245,117,187); }
td.TdClassName
{
border-color: #F575BB;
}
.TagClassName
{
border-color: #F575BB;
}
</style>