Shades of Persian Rose #FF2DAC
Tints of Persian Rose #FF2DAC
RGB
CMYK
RGB Variations
Color information
#FF2DAC (or 0xFF2DAC) is known color: Persian Rose. HEX triplet: FF, 2D and AC. RGB value is (255,45,172). Sum of RGB (Red+Green+Blue) = 255+45+172=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2DAC is #00D253. Grayscale: #797979. Windows color (decimal): -53844 or 11283967. OLE color: 11283967.
HSL color Cylindrical-coordinate representation of color #FF2DAC: hue angle of 323.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2DAC is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 172 | - |
| CMYK | 0 | 0.82 | 0.33 | 0 |
| HSL | 323.71º | 1% | 0.59% | - |
| HSV(B) | 323.71º | 0.82% | 1% | - |
| XYZ | 49.62 | 26.12 | 41.45 | - |
| YUV | 122.27 | 156.07 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 172 | 0 | 0.82 | 0.33 | 0 | 323.71 | 1 | 0.59 |
| Hex | FF | 2D | AC | 0 | 52 | 21 | 0 | 144 | 64 | 3B |
| Octal | 377 | 55 | 254 | 0 | 122 | 41 | 0 | 504 | 144 | 73 |
| Binary | 11111111 | 101101 | 10101100 | 0 | 1010010 | 100001 | 0 | 101000100 | 1100100 | 111011 |
Color Harmonies of #FF2DAC
Complementary color
Monochromatic Colors of #FF2DAC
Black with #FF2DAC
Text Example
Text Example
White with #FF2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2DAC; }
p { color: rgb(255,45,172); }
H1.HeaderClassName
{
color: #FF2DAC;
}
.AnyTagClassName
{
color: #FF2DAC;
}
</style>
background-color css
<style>
a { background-color: #FF2DAC; }
a { background-color: rgb(255,45,172); }
div.DivClassName
{
background-color: #FF2DAC;
}
.BgClassName
{
background-color: #FF2DAC;
}
</style>
border-color css
<style>
span { border-color: #FF2DAC; }
span { border-color: rgb(255,45,172); }
td.TdClassName
{
border-color: #FF2DAC;
}
.TagClassName
{
border-color: #FF2DAC;
}
</style>