Shades of Razzle Dazzle Rose #FF2AC5
Tints of Razzle Dazzle Rose #FF2AC5
RGB
CMYK
RGB Variations
Color information
#FF2AC5 (or 0xFF2AC5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2A and C5. RGB value is (255,42,197). Sum of RGB (Red+Green+Blue) = 255+42+197=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 42 (16.80% from 255 or 8.50% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2AC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2AC5 is #00D53A. Grayscale: #7A7A7A. Windows color (decimal): -54587 or 12921599. OLE color: 12921599.
HSL color Cylindrical-coordinate representation of color #FF2AC5: hue angle of 316.34º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2AC5 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 197 | - |
| CMYK | 0 | 0.84 | 0.23 | 0 |
| HSL | 316.34º | 1% | 0.58% | - |
| HSV(B) | 316.34º | 0.84% | 1% | - |
| XYZ | 52.15 | 26.95 | 55.28 | - |
| YUV | 123.36 | 169.57 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 197 | 0 | 0.84 | 0.23 | 0 | 316.34 | 1 | 0.58 |
| Hex | FF | 2A | C5 | 0 | 54 | 17 | 0 | 13C | 64 | 3A |
| Octal | 377 | 52 | 305 | 0 | 124 | 27 | 0 | 474 | 144 | 72 |
| Binary | 11111111 | 101010 | 11000101 | 0 | 1010100 | 10111 | 0 | 100111100 | 1100100 | 111010 |
Color Harmonies of #FF2AC5
Complementary color
Monochromatic Colors of #FF2AC5
Black with #FF2AC5
Text Example
Text Example
White with #FF2AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2AC5; }
p { color: rgb(255,42,197); }
H1.HeaderClassName
{
color: #FF2AC5;
}
.AnyTagClassName
{
color: #FF2AC5;
}
</style>
background-color css
<style>
a { background-color: #FF2AC5; }
a { background-color: rgb(255,42,197); }
div.DivClassName
{
background-color: #FF2AC5;
}
.BgClassName
{
background-color: #FF2AC5;
}
</style>
border-color css
<style>
span { border-color: #FF2AC5; }
span { border-color: rgb(255,42,197); }
td.TdClassName
{
border-color: #FF2AC5;
}
.TagClassName
{
border-color: #FF2AC5;
}
</style>