Shades of Razzle Dazzle Rose #FF4DC6
Tints of Razzle Dazzle Rose #FF4DC6
RGB
CMYK
RGB Variations
Color information
#FF4DC6 (or 0xFF4DC6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4D and C6. RGB value is (255,77,198). Sum of RGB (Red+Green+Blue) = 255+77+198=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DC6 is #00B239. Grayscale: #8F8F8F. Windows color (decimal): -45626 or 12996095. OLE color: 12996095.
HSL color Cylindrical-coordinate representation of color #FF4DC6: hue angle of 319.21º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4DC6 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 198 | - |
| CMYK | 0 | 0.70 | 0.22 | 0 |
| HSL | 319.21º | 1% | 0.65% | - |
| HSV(B) | 319.21º | 0.7% | 1% | - |
| XYZ | 54.09 | 30.64 | 56.49 | - |
| YUV | 144.02 | 158.47 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 198 | 0 | 0.70 | 0.22 | 0 | 319.21 | 1 | 0.65 |
| Hex | FF | 4D | C6 | 0 | 46 | 16 | 0 | 13F | 64 | 41 |
| Octal | 377 | 115 | 306 | 0 | 106 | 26 | 0 | 477 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11000110 | 0 | 1000110 | 10110 | 0 | 100111111 | 1100100 | 1000001 |
Color Harmonies of #FF4DC6
Complementary color
Monochromatic Colors of #FF4DC6
Black with #FF4DC6
Text Example
Text Example
White with #FF4DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DC6; }
p { color: rgb(255,77,198); }
H1.HeaderClassName
{
color: #FF4DC6;
}
.AnyTagClassName
{
color: #FF4DC6;
}
</style>
background-color css
<style>
a { background-color: #FF4DC6; }
a { background-color: rgb(255,77,198); }
div.DivClassName
{
background-color: #FF4DC6;
}
.BgClassName
{
background-color: #FF4DC6;
}
</style>
border-color css
<style>
span { border-color: #FF4DC6; }
span { border-color: rgb(255,77,198); }
td.TdClassName
{
border-color: #FF4DC6;
}
.TagClassName
{
border-color: #FF4DC6;
}
</style>