Shades of Persian Rose #FF33A4
Tints of Persian Rose #FF33A4
RGB
CMYK
RGB Variations
Color information
#FF33A4 (or 0xFF33A4) is known color: Persian Rose. HEX triplet: FF, 33 and A4. RGB value is (255,51,164). Sum of RGB (Red+Green+Blue) = 255+51+164=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF33A4 is #00CC5B. Grayscale: #7C7C7C. Windows color (decimal): -52316 or 10761215. OLE color: 10761215.
HSL color Cylindrical-coordinate representation of color #FF33A4: hue angle of 326.76º 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 #FF33A4 is Cyan = 0, Magento = 0.8, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 164 | - |
| CMYK | 0 | 0.8 | 0.36 | 0 |
| HSL | 326.76º | 1% | 0.6% | - |
| HSV(B) | 326.76º | 0.8% | 1% | - |
| XYZ | 49.12 | 26.31 | 37.61 | - |
| YUV | 124.88 | 150.09 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 164 | 0 | 0.8 | 0.36 | 0 | 326.76 | 1 | 0.6 |
| Hex | FF | 33 | A4 | 0 | 50 | 24 | 0 | 147 | 64 | 3C |
| Octal | 377 | 63 | 244 | 0 | 120 | 44 | 0 | 507 | 144 | 74 |
| Binary | 11111111 | 110011 | 10100100 | 0 | 1010000 | 100100 | 0 | 101000111 | 1100100 | 111100 |
Color Harmonies of #FF33A4
Complementary color
Monochromatic Colors of #FF33A4
Black with #FF33A4
Text Example
Text Example
White with #FF33A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33A4; }
p { color: rgb(255,51,164); }
H1.HeaderClassName
{
color: #FF33A4;
}
.AnyTagClassName
{
color: #FF33A4;
}
</style>
background-color css
<style>
a { background-color: #FF33A4; }
a { background-color: rgb(255,51,164); }
div.DivClassName
{
background-color: #FF33A4;
}
.BgClassName
{
background-color: #FF33A4;
}
</style>
border-color css
<style>
span { border-color: #FF33A4; }
span { border-color: rgb(255,51,164); }
td.TdClassName
{
border-color: #FF33A4;
}
.TagClassName
{
border-color: #FF33A4;
}
</style>