Shades of Razzle Dazzle Rose #FF4AD9
Tints of Razzle Dazzle Rose #FF4AD9
RGB
CMYK
RGB Variations
Color information
#FF4AD9 (or 0xFF4AD9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4A and D9. RGB value is (255,74,217). Sum of RGB (Red+Green+Blue) = 255+74+217=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 74 (29.30% from 255 or 13.55% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4AD9 is #00B526. Grayscale: #909090. Windows color (decimal): -46375 or 14240511. OLE color: 14240511.
HSL color Cylindrical-coordinate representation of color #FF4AD9: hue angle of 312.6º 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 #FF4AD9 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 217 | - |
| CMYK | 0 | 0.71 | 0.15 | 0 |
| HSL | 312.6º | 1% | 0.65% | - |
| HSV(B) | 312.6º | 0.71% | 1% | - |
| XYZ | 56.21 | 31.17 | 68.7 | - |
| YUV | 144.42 | 168.97 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 217 | 0 | 0.71 | 0.15 | 0 | 312.6 | 1 | 0.65 |
| Hex | FF | 4A | D9 | 0 | 47 | F | 0 | 139 | 64 | 41 |
| Octal | 377 | 112 | 331 | 0 | 107 | 17 | 0 | 471 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11011001 | 0 | 1000111 | 1111 | 0 | 100111001 | 1100100 | 1000001 |
Color Harmonies of #FF4AD9
Complementary color
Monochromatic Colors of #FF4AD9
Black with #FF4AD9
Text Example
Text Example
White with #FF4AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AD9; }
p { color: rgb(255,74,217); }
H1.HeaderClassName
{
color: #FF4AD9;
}
.AnyTagClassName
{
color: #FF4AD9;
}
</style>
background-color css
<style>
a { background-color: #FF4AD9; }
a { background-color: rgb(255,74,217); }
div.DivClassName
{
background-color: #FF4AD9;
}
.BgClassName
{
background-color: #FF4AD9;
}
</style>
border-color css
<style>
span { border-color: #FF4AD9; }
span { border-color: rgb(255,74,217); }
td.TdClassName
{
border-color: #FF4AD9;
}
.TagClassName
{
border-color: #FF4AD9;
}
</style>