Shades of Persian Rose #F735AD
Tints of Persian Rose #F735AD
RGB
CMYK
RGB Variations
Color information
#F735AD (or 0xF735AD) is known color: Persian Rose. HEX triplet: F7, 35 and AD. RGB value is (247,53,173). Sum of RGB (Red+Green+Blue) = 247+53+173=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F735AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F735AD is #08CA52. Grayscale: #7C7C7C. Windows color (decimal): -576083 or 11351543. OLE color: 11351543.
HSL color Cylindrical-coordinate representation of color #F735AD: hue angle of 322.89º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F735AD is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 53 | 173 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.03 |
| HSL | 322.89º | 0.92% | 0.59% | - |
| HSV(B) | 322.89º | 0.79% | 0.97% | - |
| XYZ | 47.17 | 25.34 | 41.94 | - |
| YUV | 124.69 | 155.27 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 53 | 173 | 0 | 0.79 | 0.30 | 0.03 | 322.89 | 0.92 | 0.59 |
| Hex | F7 | 35 | AD | 0 | 4F | 1E | 3 | 143 | 5C | 3B |
| Octal | 367 | 65 | 255 | 0 | 117 | 36 | 3 | 503 | 134 | 73 |
| Binary | 11110111 | 110101 | 10101101 | 0 | 1001111 | 11110 | 11 | 101000011 | 1011100 | 111011 |
Color Harmonies of #F735AD
Complementary color
Monochromatic Colors of #F735AD
Black with #F735AD
Text Example
Text Example
White with #F735AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F735AD; }
p { color: rgb(247,53,173); }
H1.HeaderClassName
{
color: #F735AD;
}
.AnyTagClassName
{
color: #F735AD;
}
</style>
background-color css
<style>
a { background-color: #F735AD; }
a { background-color: rgb(247,53,173); }
div.DivClassName
{
background-color: #F735AD;
}
.BgClassName
{
background-color: #F735AD;
}
</style>
border-color css
<style>
span { border-color: #F735AD; }
span { border-color: rgb(247,53,173); }
td.TdClassName
{
border-color: #F735AD;
}
.TagClassName
{
border-color: #F735AD;
}
</style>