Shades of Persian Rose #FF33AC
Tints of Persian Rose #FF33AC
RGB
CMYK
RGB Variations
Color information
#FF33AC (or 0xFF33AC) is known color: Persian Rose. HEX triplet: FF, 33 and AC. RGB value is (255,51,172). Sum of RGB (Red+Green+Blue) = 255+51+172=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF33AC is #00CC53. Grayscale: #7D7D7D. Windows color (decimal): -52308 or 11285503. OLE color: 11285503.
HSL color Cylindrical-coordinate representation of color #FF33AC: hue angle of 324.41º 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 #FF33AC is Cyan = 0, Magento = 0.8, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 172 | - |
| CMYK | 0 | 0.8 | 0.33 | 0 |
| HSL | 324.41º | 1% | 0.6% | - |
| HSV(B) | 324.41º | 0.8% | 1% | - |
| XYZ | 49.87 | 26.61 | 41.54 | - |
| YUV | 125.79 | 154.09 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 172 | 0 | 0.8 | 0.33 | 0 | 324.41 | 1 | 0.6 |
| Hex | FF | 33 | AC | 0 | 50 | 21 | 0 | 144 | 64 | 3C |
| Octal | 377 | 63 | 254 | 0 | 120 | 41 | 0 | 504 | 144 | 74 |
| Binary | 11111111 | 110011 | 10101100 | 0 | 1010000 | 100001 | 0 | 101000100 | 1100100 | 111100 |
Color Harmonies of #FF33AC
Complementary color
Monochromatic Colors of #FF33AC
Black with #FF33AC
Text Example
Text Example
White with #FF33AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33AC; }
p { color: rgb(255,51,172); }
H1.HeaderClassName
{
color: #FF33AC;
}
.AnyTagClassName
{
color: #FF33AC;
}
</style>
background-color css
<style>
a { background-color: #FF33AC; }
a { background-color: rgb(255,51,172); }
div.DivClassName
{
background-color: #FF33AC;
}
.BgClassName
{
background-color: #FF33AC;
}
</style>
border-color css
<style>
span { border-color: #FF33AC; }
span { border-color: rgb(255,51,172); }
td.TdClassName
{
border-color: #FF33AC;
}
.TagClassName
{
border-color: #FF33AC;
}
</style>