Shades of Persian Rose #F335AD
Tints of Persian Rose #F335AD
RGB
CMYK
RGB Variations
Color information
#F335AD (or 0xF335AD) is known color: Persian Rose. HEX triplet: F3, 35 and AD. RGB value is (243,53,173). Sum of RGB (Red+Green+Blue) = 243+53+173=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F335AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F335AD is #0CCA52. Grayscale: #7B7B7B. Windows color (decimal): -838227 or 11351539. OLE color: 11351539.
HSL color Cylindrical-coordinate representation of color #F335AD: hue angle of 322.11º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F335AD is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 173 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.05 |
| HSL | 322.11º | 0.89% | 0.58% | - |
| HSV(B) | 322.11º | 0.78% | 0.95% | - |
| XYZ | 45.78 | 24.62 | 41.87 | - |
| YUV | 123.49 | 155.95 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 173 | 0 | 0.78 | 0.29 | 0.05 | 322.11 | 0.89 | 0.58 |
| Hex | F3 | 35 | AD | 0 | 4E | 1D | 5 | 142 | 59 | 3A |
| Octal | 363 | 65 | 255 | 0 | 116 | 35 | 5 | 502 | 131 | 72 |
| Binary | 11110011 | 110101 | 10101101 | 0 | 1001110 | 11101 | 101 | 101000010 | 1011001 | 111010 |
Color Harmonies of #F335AD
Complementary color
Monochromatic Colors of #F335AD
Black with #F335AD
Text Example
Text Example
White with #F335AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F335AD; }
p { color: rgb(243,53,173); }
H1.HeaderClassName
{
color: #F335AD;
}
.AnyTagClassName
{
color: #F335AD;
}
</style>
background-color css
<style>
a { background-color: #F335AD; }
a { background-color: rgb(243,53,173); }
div.DivClassName
{
background-color: #F335AD;
}
.BgClassName
{
background-color: #F335AD;
}
</style>
border-color css
<style>
span { border-color: #F335AD; }
span { border-color: rgb(243,53,173); }
td.TdClassName
{
border-color: #F335AD;
}
.TagClassName
{
border-color: #F335AD;
}
</style>