Shades of Persian Rose #FF33AE
Tints of Persian Rose #FF33AE
RGB
CMYK
RGB Variations
Color information
#FF33AE (or 0xFF33AE) is known color: Persian Rose. HEX triplet: FF, 33 and AE. RGB value is (255,51,174). Sum of RGB (Red+Green+Blue) = 255+51+174=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 51 (20.31% from 255 or 10.62% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF33AE is #00CC51. Grayscale: #7D7D7D. Windows color (decimal): -52306 or 11416575. OLE color: 11416575.
HSL color Cylindrical-coordinate representation of color #FF33AE: hue angle of 323.82º 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 #FF33AE is Cyan = 0, Magento = 0.8, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 174 | - |
| CMYK | 0 | 0.8 | 0.32 | 0 |
| HSL | 323.82º | 1% | 0.6% | - |
| HSV(B) | 323.82º | 0.8% | 1% | - |
| XYZ | 50.06 | 26.68 | 42.56 | - |
| YUV | 126.02 | 155.09 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 174 | 0 | 0.8 | 0.32 | 0 | 323.82 | 1 | 0.6 |
| Hex | FF | 33 | AE | 0 | 50 | 20 | 0 | 144 | 64 | 3C |
| Octal | 377 | 63 | 256 | 0 | 120 | 40 | 0 | 504 | 144 | 74 |
| Binary | 11111111 | 110011 | 10101110 | 0 | 1010000 | 100000 | 0 | 101000100 | 1100100 | 111100 |
Color Harmonies of #FF33AE
Complementary color
Monochromatic Colors of #FF33AE
Black with #FF33AE
Text Example
Text Example
White with #FF33AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33AE; }
p { color: rgb(255,51,174); }
H1.HeaderClassName
{
color: #FF33AE;
}
.AnyTagClassName
{
color: #FF33AE;
}
</style>
background-color css
<style>
a { background-color: #FF33AE; }
a { background-color: rgb(255,51,174); }
div.DivClassName
{
background-color: #FF33AE;
}
.BgClassName
{
background-color: #FF33AE;
}
</style>
border-color css
<style>
span { border-color: #FF33AE; }
span { border-color: rgb(255,51,174); }
td.TdClassName
{
border-color: #FF33AE;
}
.TagClassName
{
border-color: #FF33AE;
}
</style>