Shades of Razzle Dazzle Rose #FF4ADE
Tints of Razzle Dazzle Rose #FF4ADE
RGB
CMYK
RGB Variations
Color information
#FF4ADE (or 0xFF4ADE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4A and DE. RGB value is (255,74,222). Sum of RGB (Red+Green+Blue) = 255+74+222=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 74 (29.30% from 255 or 13.43% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4ADE is #00B521. Grayscale: #909090. Windows color (decimal): -46370 or 14568191. OLE color: 14568191.
HSL color Cylindrical-coordinate representation of color #FF4ADE: hue angle of 310.94º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4ADE is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 222 | - |
| CMYK | 0 | 0.71 | 0.13 | 0 |
| HSL | 310.94º | 1% | 0.65% | - |
| HSV(B) | 310.94º | 0.71% | 1% | - |
| XYZ | 56.87 | 31.43 | 72.18 | - |
| YUV | 144.99 | 171.47 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 222 | 0 | 0.71 | 0.13 | 0 | 310.94 | 1 | 0.65 |
| Hex | FF | 4A | DE | 0 | 47 | D | 0 | 137 | 64 | 41 |
| Octal | 377 | 112 | 336 | 0 | 107 | 15 | 0 | 467 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11011110 | 0 | 1000111 | 1101 | 0 | 100110111 | 1100100 | 1000001 |
Color Harmonies of #FF4ADE
Complementary color
Monochromatic Colors of #FF4ADE
Black with #FF4ADE
Text Example
Text Example
White with #FF4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4ADE; }
p { color: rgb(255,74,222); }
H1.HeaderClassName
{
color: #FF4ADE;
}
.AnyTagClassName
{
color: #FF4ADE;
}
</style>
background-color css
<style>
a { background-color: #FF4ADE; }
a { background-color: rgb(255,74,222); }
div.DivClassName
{
background-color: #FF4ADE;
}
.BgClassName
{
background-color: #FF4ADE;
}
</style>
border-color css
<style>
span { border-color: #FF4ADE; }
span { border-color: rgb(255,74,222); }
td.TdClassName
{
border-color: #FF4ADE;
}
.TagClassName
{
border-color: #FF4ADE;
}
</style>