Shades of Persian Rose #F035AD
Tints of Persian Rose #F035AD
RGB
CMYK
RGB Variations
Color information
#F035AD (or 0xF035AD) is known color: Persian Rose. HEX triplet: F0, 35 and AD. RGB value is (240,53,173). Sum of RGB (Red+Green+Blue) = 240+53+173=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F035AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F035AD is #0FCA52. Grayscale: #7A7A7A. Windows color (decimal): -1034835 or 11351536. OLE color: 11351536.
HSL color Cylindrical-coordinate representation of color #F035AD: hue angle of 321.5º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F035AD is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 173 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.06 |
| HSL | 321.5º | 0.86% | 0.57% | - |
| HSV(B) | 321.5º | 0.78% | 0.94% | - |
| XYZ | 44.75 | 24.09 | 41.83 | - |
| YUV | 122.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 173 | 0 | 0.78 | 0.28 | 0.06 | 321.5 | 0.86 | 0.57 |
| Hex | F0 | 35 | AD | 0 | 4E | 1C | 6 | 141 | 56 | 39 |
| Octal | 360 | 65 | 255 | 0 | 116 | 34 | 6 | 501 | 126 | 71 |
| Binary | 11110000 | 110101 | 10101101 | 0 | 1001110 | 11100 | 110 | 101000001 | 1010110 | 111001 |
Color Harmonies of #F035AD
Complementary color
Monochromatic Colors of #F035AD
Black with #F035AD
Text Example
Text Example
White with #F035AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F035AD; }
p { color: rgb(240,53,173); }
H1.HeaderClassName
{
color: #F035AD;
}
.AnyTagClassName
{
color: #F035AD;
}
</style>
background-color css
<style>
a { background-color: #F035AD; }
a { background-color: rgb(240,53,173); }
div.DivClassName
{
background-color: #F035AD;
}
.BgClassName
{
background-color: #F035AD;
}
</style>
border-color css
<style>
span { border-color: #F035AD; }
span { border-color: rgb(240,53,173); }
td.TdClassName
{
border-color: #F035AD;
}
.TagClassName
{
border-color: #F035AD;
}
</style>