Shades of Razzle Dazzle Rose #FF2ADA
Tints of Razzle Dazzle Rose #FF2ADA
RGB
CMYK
RGB Variations
Color information
#FF2ADA (or 0xFF2ADA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2A and DA. RGB value is (255,42,218). Sum of RGB (Red+Green+Blue) = 255+42+218=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 42 (16.80% from 255 or 8.16% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2ADA is #00D525. Grayscale: #7D7D7D. Windows color (decimal): -54566 or 14297855. OLE color: 14297855.
HSL color Cylindrical-coordinate representation of color #FF2ADA: hue angle of 310.42º 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 #FF2ADA is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 218 | - |
| CMYK | 0 | 0.84 | 0.15 | 0 |
| HSL | 310.42º | 1% | 0.58% | - |
| HSV(B) | 310.42º | 0.84% | 1% | - |
| XYZ | 54.72 | 27.98 | 68.85 | - |
| YUV | 125.75 | 180.07 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 218 | 0 | 0.84 | 0.15 | 0 | 310.42 | 1 | 0.58 |
| Hex | FF | 2A | DA | 0 | 54 | F | 0 | 136 | 64 | 3A |
| Octal | 377 | 52 | 332 | 0 | 124 | 17 | 0 | 466 | 144 | 72 |
| Binary | 11111111 | 101010 | 11011010 | 0 | 1010100 | 1111 | 0 | 100110110 | 1100100 | 111010 |
Color Harmonies of #FF2ADA
Complementary color
Monochromatic Colors of #FF2ADA
Black with #FF2ADA
Text Example
Text Example
White with #FF2ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2ADA; }
p { color: rgb(255,42,218); }
H1.HeaderClassName
{
color: #FF2ADA;
}
.AnyTagClassName
{
color: #FF2ADA;
}
</style>
background-color css
<style>
a { background-color: #FF2ADA; }
a { background-color: rgb(255,42,218); }
div.DivClassName
{
background-color: #FF2ADA;
}
.BgClassName
{
background-color: #FF2ADA;
}
</style>
border-color css
<style>
span { border-color: #FF2ADA; }
span { border-color: rgb(255,42,218); }
td.TdClassName
{
border-color: #FF2ADA;
}
.TagClassName
{
border-color: #FF2ADA;
}
</style>