Shades of Razzle Dazzle Rose #FF46DC
Tints of Razzle Dazzle Rose #FF46DC
RGB
CMYK
RGB Variations
Color information
#FF46DC (or 0xFF46DC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 46 and DC. RGB value is (255,70,220). Sum of RGB (Red+Green+Blue) = 255+70+220=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 70 (27.73% from 255 or 12.84% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF46DC is #00B923. Grayscale: #8E8E8E. Windows color (decimal): -47396 or 14436095. OLE color: 14436095.
HSL color Cylindrical-coordinate representation of color #FF46DC: hue angle of 311.35º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF46DC is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 220 | - |
| CMYK | 0 | 0.73 | 0.14 | 0 |
| HSL | 311.35º | 1% | 0.64% | - |
| HSV(B) | 311.35º | 0.73% | 1% | - |
| XYZ | 56.35 | 30.81 | 70.69 | - |
| YUV | 142.42 | 171.79 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 220 | 0 | 0.73 | 0.14 | 0 | 311.35 | 1 | 0.64 |
| Hex | FF | 46 | DC | 0 | 49 | E | 0 | 137 | 64 | 40 |
| Octal | 377 | 106 | 334 | 0 | 111 | 16 | 0 | 467 | 144 | 100 |
| Binary | 11111111 | 1000110 | 11011100 | 0 | 1001001 | 1110 | 0 | 100110111 | 1100100 | 1000000 |
Color Harmonies of #FF46DC
Complementary color
Monochromatic Colors of #FF46DC
Black with #FF46DC
Text Example
Text Example
White with #FF46DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46DC; }
p { color: rgb(255,70,220); }
H1.HeaderClassName
{
color: #FF46DC;
}
.AnyTagClassName
{
color: #FF46DC;
}
</style>
background-color css
<style>
a { background-color: #FF46DC; }
a { background-color: rgb(255,70,220); }
div.DivClassName
{
background-color: #FF46DC;
}
.BgClassName
{
background-color: #FF46DC;
}
</style>
border-color css
<style>
span { border-color: #FF46DC; }
span { border-color: rgb(255,70,220); }
td.TdClassName
{
border-color: #FF46DC;
}
.TagClassName
{
border-color: #FF46DC;
}
</style>