Shades of Persian Rose #FF2CAF
Tints of Persian Rose #FF2CAF
RGB
CMYK
RGB Variations
Color information
#FF2CAF (or 0xFF2CAF) is known color: Persian Rose. HEX triplet: FF, 2C and AF. RGB value is (255,44,175). Sum of RGB (Red+Green+Blue) = 255+44+175=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2CAF is #00D350. Grayscale: #797979. Windows color (decimal): -54097 or 11480319. OLE color: 11480319.
HSL color Cylindrical-coordinate representation of color #FF2CAF: hue angle of 322.75º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2CAF is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 175 | - |
| CMYK | 0 | 0.83 | 0.31 | 0 |
| HSL | 322.75º | 1% | 0.59% | - |
| HSV(B) | 322.75º | 0.83% | 1% | - |
| XYZ | 49.88 | 26.16 | 42.98 | - |
| YUV | 122.02 | 157.9 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 175 | 0 | 0.83 | 0.31 | 0 | 322.75 | 1 | 0.59 |
| Hex | FF | 2C | AF | 0 | 53 | 1F | 0 | 143 | 64 | 3B |
| Octal | 377 | 54 | 257 | 0 | 123 | 37 | 0 | 503 | 144 | 73 |
| Binary | 11111111 | 101100 | 10101111 | 0 | 1010011 | 11111 | 0 | 101000011 | 1100100 | 111011 |
Color Harmonies of #FF2CAF
Complementary color
Monochromatic Colors of #FF2CAF
Black with #FF2CAF
Text Example
Text Example
White with #FF2CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2CAF; }
p { color: rgb(255,44,175); }
H1.HeaderClassName
{
color: #FF2CAF;
}
.AnyTagClassName
{
color: #FF2CAF;
}
</style>
background-color css
<style>
a { background-color: #FF2CAF; }
a { background-color: rgb(255,44,175); }
div.DivClassName
{
background-color: #FF2CAF;
}
.BgClassName
{
background-color: #FF2CAF;
}
</style>
border-color css
<style>
span { border-color: #FF2CAF; }
span { border-color: rgb(255,44,175); }
td.TdClassName
{
border-color: #FF2CAF;
}
.TagClassName
{
border-color: #FF2CAF;
}
</style>