Shades of Persian Rose #FF2DAF
Tints of Persian Rose #FF2DAF
RGB
CMYK
RGB Variations
Color information
#FF2DAF (or 0xFF2DAF) is known color: Persian Rose. HEX triplet: FF, 2D and AF. RGB value is (255,45,175). Sum of RGB (Red+Green+Blue) = 255+45+175=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2DAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2DAF is #00D250. Grayscale: #7A7A7A. Windows color (decimal): -53841 or 11480575. OLE color: 11480575.
HSL color Cylindrical-coordinate representation of color #FF2DAF: hue angle of 322.86º 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 #FF2DAF is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 175 | - |
| CMYK | 0 | 0.82 | 0.31 | 0 |
| HSL | 322.86º | 1% | 0.59% | - |
| HSV(B) | 322.86º | 0.82% | 1% | - |
| XYZ | 49.92 | 26.23 | 42.99 | - |
| YUV | 122.61 | 157.57 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 175 | 0 | 0.82 | 0.31 | 0 | 322.86 | 1 | 0.59 |
| Hex | FF | 2D | AF | 0 | 52 | 1F | 0 | 143 | 64 | 3B |
| Octal | 377 | 55 | 257 | 0 | 122 | 37 | 0 | 503 | 144 | 73 |
| Binary | 11111111 | 101101 | 10101111 | 0 | 1010010 | 11111 | 0 | 101000011 | 1100100 | 111011 |
Color Harmonies of #FF2DAF
Complementary color
Monochromatic Colors of #FF2DAF
Black with #FF2DAF
Text Example
Text Example
White with #FF2DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2DAF; }
p { color: rgb(255,45,175); }
H1.HeaderClassName
{
color: #FF2DAF;
}
.AnyTagClassName
{
color: #FF2DAF;
}
</style>
background-color css
<style>
a { background-color: #FF2DAF; }
a { background-color: rgb(255,45,175); }
div.DivClassName
{
background-color: #FF2DAF;
}
.BgClassName
{
background-color: #FF2DAF;
}
</style>
border-color css
<style>
span { border-color: #FF2DAF; }
span { border-color: rgb(255,45,175); }
td.TdClassName
{
border-color: #FF2DAF;
}
.TagClassName
{
border-color: #FF2DAF;
}
</style>