Shades of Razzle Dazzle Rose #FF4AD5
Tints of Razzle Dazzle Rose #FF4AD5
RGB
CMYK
RGB Variations
Color information
#FF4AD5 (or 0xFF4AD5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4A and D5. RGB value is (255,74,213). Sum of RGB (Red+Green+Blue) = 255+74+213=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 74 (29.30% from 255 or 13.65% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4AD5 is #00B52A. Grayscale: #8F8F8F. Windows color (decimal): -46379 or 13978367. OLE color: 13978367.
HSL color Cylindrical-coordinate representation of color #FF4AD5: hue angle of 313.92º 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 #FF4AD5 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 213 | - |
| CMYK | 0 | 0.71 | 0.16 | 0 |
| HSL | 313.92º | 1% | 0.65% | - |
| HSV(B) | 313.92º | 0.71% | 1% | - |
| XYZ | 55.7 | 30.96 | 65.99 | - |
| YUV | 143.97 | 166.97 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 213 | 0 | 0.71 | 0.16 | 0 | 313.92 | 1 | 0.65 |
| Hex | FF | 4A | D5 | 0 | 47 | 10 | 0 | 13A | 64 | 41 |
| Octal | 377 | 112 | 325 | 0 | 107 | 20 | 0 | 472 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11010101 | 0 | 1000111 | 10000 | 0 | 100111010 | 1100100 | 1000001 |
Color Harmonies of #FF4AD5
Complementary color
Monochromatic Colors of #FF4AD5
Black with #FF4AD5
Text Example
Text Example
White with #FF4AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AD5; }
p { color: rgb(255,74,213); }
H1.HeaderClassName
{
color: #FF4AD5;
}
.AnyTagClassName
{
color: #FF4AD5;
}
</style>
background-color css
<style>
a { background-color: #FF4AD5; }
a { background-color: rgb(255,74,213); }
div.DivClassName
{
background-color: #FF4AD5;
}
.BgClassName
{
background-color: #FF4AD5;
}
</style>
border-color css
<style>
span { border-color: #FF4AD5; }
span { border-color: rgb(255,74,213); }
td.TdClassName
{
border-color: #FF4AD5;
}
.TagClassName
{
border-color: #FF4AD5;
}
</style>