Shades of Persian Rose #F535B5
Tints of Persian Rose #F535B5
RGB
CMYK
RGB Variations
Color information
#F535B5 (or 0xF535B5) is known color: Persian Rose. HEX triplet: F5, 35 and B5. RGB value is (245,53,181). Sum of RGB (Red+Green+Blue) = 245+53+181=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 53 (21.09% from 255 or 11.06% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F535B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F535B5 is #0ACA4A. Grayscale: #7C7C7C. Windows color (decimal): -707147 or 11875829. OLE color: 11875829.
HSL color Cylindrical-coordinate representation of color #F535B5: hue angle of 320º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F535B5 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 181 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.04 |
| HSL | 320º | 0.91% | 0.58% | - |
| HSV(B) | 320º | 0.78% | 0.96% | - |
| XYZ | 47.27 | 25.29 | 46.11 | - |
| YUV | 125 | 159.61 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 181 | 0 | 0.78 | 0.26 | 0.04 | 320 | 0.91 | 0.58 |
| Hex | F5 | 35 | B5 | 0 | 4E | 1A | 4 | 140 | 5B | 3A |
| Octal | 365 | 65 | 265 | 0 | 116 | 32 | 4 | 500 | 133 | 72 |
| Binary | 11110101 | 110101 | 10110101 | 0 | 1001110 | 11010 | 100 | 101000000 | 1011011 | 111010 |
Color Harmonies of #F535B5
Complementary color
Monochromatic Colors of #F535B5
Black with #F535B5
Text Example
Text Example
White with #F535B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F535B5; }
p { color: rgb(245,53,181); }
H1.HeaderClassName
{
color: #F535B5;
}
.AnyTagClassName
{
color: #F535B5;
}
</style>
background-color css
<style>
a { background-color: #F535B5; }
a { background-color: rgb(245,53,181); }
div.DivClassName
{
background-color: #F535B5;
}
.BgClassName
{
background-color: #F535B5;
}
</style>
border-color css
<style>
span { border-color: #F535B5; }
span { border-color: rgb(245,53,181); }
td.TdClassName
{
border-color: #F535B5;
}
.TagClassName
{
border-color: #F535B5;
}
</style>