Shades of Razzle Dazzle Rose #FF4ACD
Tints of Razzle Dazzle Rose #FF4ACD
RGB
CMYK
RGB Variations
Color information
#FF4ACD (or 0xFF4ACD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4A and CD. RGB value is (255,74,205). Sum of RGB (Red+Green+Blue) = 255+74+205=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 74 (29.30% from 255 or 13.86% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4ACD is #00B532. Grayscale: #8E8E8E. Windows color (decimal): -46387 or 13454079. OLE color: 13454079.
HSL color Cylindrical-coordinate representation of color #FF4ACD: hue angle of 316.57º 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 #FF4ACD is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 205 | - |
| CMYK | 0 | 0.71 | 0.20 | 0 |
| HSL | 316.57º | 1% | 0.65% | - |
| HSV(B) | 316.57º | 0.71% | 1% | - |
| XYZ | 54.71 | 30.57 | 60.77 | - |
| YUV | 143.05 | 162.97 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 205 | 0 | 0.71 | 0.20 | 0 | 316.57 | 1 | 0.65 |
| Hex | FF | 4A | CD | 0 | 47 | 14 | 0 | 13D | 64 | 41 |
| Octal | 377 | 112 | 315 | 0 | 107 | 24 | 0 | 475 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11001101 | 0 | 1000111 | 10100 | 0 | 100111101 | 1100100 | 1000001 |
Color Harmonies of #FF4ACD
Complementary color
Monochromatic Colors of #FF4ACD
Black with #FF4ACD
Text Example
Text Example
White with #FF4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4ACD; }
p { color: rgb(255,74,205); }
H1.HeaderClassName
{
color: #FF4ACD;
}
.AnyTagClassName
{
color: #FF4ACD;
}
</style>
background-color css
<style>
a { background-color: #FF4ACD; }
a { background-color: rgb(255,74,205); }
div.DivClassName
{
background-color: #FF4ACD;
}
.BgClassName
{
background-color: #FF4ACD;
}
</style>
border-color css
<style>
span { border-color: #FF4ACD; }
span { border-color: rgb(255,74,205); }
td.TdClassName
{
border-color: #FF4ACD;
}
.TagClassName
{
border-color: #FF4ACD;
}
</style>