Shades of Razzle Dazzle Rose #FF4AD0
Tints of Razzle Dazzle Rose #FF4AD0
RGB
CMYK
RGB Variations
Color information
#FF4AD0 (or 0xFF4AD0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4A and D0. RGB value is (255,74,208). Sum of RGB (Red+Green+Blue) = 255+74+208=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4AD0 is #00B52F. Grayscale: #8F8F8F. Windows color (decimal): -46384 or 13650687. OLE color: 13650687.
HSL color Cylindrical-coordinate representation of color #FF4AD0: hue angle of 315.58º 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 #FF4AD0 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 208 | - |
| CMYK | 0 | 0.71 | 0.18 | 0 |
| HSL | 315.58º | 1% | 0.65% | - |
| HSV(B) | 315.58º | 0.71% | 1% | - |
| XYZ | 55.07 | 30.71 | 62.7 | - |
| YUV | 143.4 | 164.47 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 208 | 0 | 0.71 | 0.18 | 0 | 315.58 | 1 | 0.65 |
| Hex | FF | 4A | D0 | 0 | 47 | 12 | 0 | 13C | 64 | 41 |
| Octal | 377 | 112 | 320 | 0 | 107 | 22 | 0 | 474 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11010000 | 0 | 1000111 | 10010 | 0 | 100111100 | 1100100 | 1000001 |
Color Harmonies of #FF4AD0
Complementary color
Monochromatic Colors of #FF4AD0
Black with #FF4AD0
Text Example
Text Example
White with #FF4AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AD0; }
p { color: rgb(255,74,208); }
H1.HeaderClassName
{
color: #FF4AD0;
}
.AnyTagClassName
{
color: #FF4AD0;
}
</style>
background-color css
<style>
a { background-color: #FF4AD0; }
a { background-color: rgb(255,74,208); }
div.DivClassName
{
background-color: #FF4AD0;
}
.BgClassName
{
background-color: #FF4AD0;
}
</style>
border-color css
<style>
span { border-color: #FF4AD0; }
span { border-color: rgb(255,74,208); }
td.TdClassName
{
border-color: #FF4AD0;
}
.TagClassName
{
border-color: #FF4AD0;
}
</style>