Shades of Persian Rose #FF33AD
Tints of Persian Rose #FF33AD
RGB
CMYK
RGB Variations
Color information
#FF33AD (or 0xFF33AD) is known color: Persian Rose. HEX triplet: FF, 33 and AD. RGB value is (255,51,173). Sum of RGB (Red+Green+Blue) = 255+51+173=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF33AD is #00CC52. Grayscale: #7D7D7D. Windows color (decimal): -52307 or 11351039. OLE color: 11351039.
HSL color Cylindrical-coordinate representation of color #FF33AD: hue angle of 324.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF33AD is Cyan = 0, Magento = 0.8, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 173 | - |
| CMYK | 0 | 0.8 | 0.32 | 0 |
| HSL | 324.12º | 1% | 0.6% | - |
| HSV(B) | 324.12º | 0.8% | 1% | - |
| XYZ | 49.97 | 26.64 | 42.04 | - |
| YUV | 125.9 | 154.59 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 173 | 0 | 0.8 | 0.32 | 0 | 324.12 | 1 | 0.6 |
| Hex | FF | 33 | AD | 0 | 50 | 20 | 0 | 144 | 64 | 3C |
| Octal | 377 | 63 | 255 | 0 | 120 | 40 | 0 | 504 | 144 | 74 |
| Binary | 11111111 | 110011 | 10101101 | 0 | 1010000 | 100000 | 0 | 101000100 | 1100100 | 111100 |
Color Harmonies of #FF33AD
Complementary color
Monochromatic Colors of #FF33AD
Black with #FF33AD
Text Example
Text Example
White with #FF33AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33AD; }
p { color: rgb(255,51,173); }
H1.HeaderClassName
{
color: #FF33AD;
}
.AnyTagClassName
{
color: #FF33AD;
}
</style>
background-color css
<style>
a { background-color: #FF33AD; }
a { background-color: rgb(255,51,173); }
div.DivClassName
{
background-color: #FF33AD;
}
.BgClassName
{
background-color: #FF33AD;
}
</style>
border-color css
<style>
span { border-color: #FF33AD; }
span { border-color: rgb(255,51,173); }
td.TdClassName
{
border-color: #FF33AD;
}
.TagClassName
{
border-color: #FF33AD;
}
</style>