Shades of Persian Rose #FF33AA
Tints of Persian Rose #FF33AA
RGB
CMYK
RGB Variations
Color information
#FF33AA (or 0xFF33AA) is known color: Persian Rose. HEX triplet: FF, 33 and AA. RGB value is (255,51,170). Sum of RGB (Red+Green+Blue) = 255+51+170=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF33AA is #00CC55. Grayscale: #7D7D7D. Windows color (decimal): -52310 or 11154431. OLE color: 11154431.
HSL color Cylindrical-coordinate representation of color #FF33AA: hue angle of 325º 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 #FF33AA is Cyan = 0, Magento = 0.8, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 170 | - |
| CMYK | 0 | 0.8 | 0.33 | 0 |
| HSL | 325º | 1% | 0.6% | - |
| HSV(B) | 325º | 0.8% | 1% | - |
| XYZ | 49.68 | 26.53 | 40.53 | - |
| YUV | 125.56 | 153.09 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 170 | 0 | 0.8 | 0.33 | 0 | 325 | 1 | 0.6 |
| Hex | FF | 33 | AA | 0 | 50 | 21 | 0 | 145 | 64 | 3C |
| Octal | 377 | 63 | 252 | 0 | 120 | 41 | 0 | 505 | 144 | 74 |
| Binary | 11111111 | 110011 | 10101010 | 0 | 1010000 | 100001 | 0 | 101000101 | 1100100 | 111100 |
Color Harmonies of #FF33AA
Complementary color
Monochromatic Colors of #FF33AA
Black with #FF33AA
Text Example
Text Example
White with #FF33AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33AA; }
p { color: rgb(255,51,170); }
H1.HeaderClassName
{
color: #FF33AA;
}
.AnyTagClassName
{
color: #FF33AA;
}
</style>
background-color css
<style>
a { background-color: #FF33AA; }
a { background-color: rgb(255,51,170); }
div.DivClassName
{
background-color: #FF33AA;
}
.BgClassName
{
background-color: #FF33AA;
}
</style>
border-color css
<style>
span { border-color: #FF33AA; }
span { border-color: rgb(255,51,170); }
td.TdClassName
{
border-color: #FF33AA;
}
.TagClassName
{
border-color: #FF33AA;
}
</style>