Shades of Razzle Dazzle Rose #FF46D0
Tints of Razzle Dazzle Rose #FF46D0
RGB
CMYK
RGB Variations
Color information
#FF46D0 (or 0xFF46D0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 46 and D0. RGB value is (255,70,208). Sum of RGB (Red+Green+Blue) = 255+70+208=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 70 (27.73% from 255 or 13.13% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF46D0 is #00B92F. Grayscale: #8C8C8C. Windows color (decimal): -47408 or 13649663. OLE color: 13649663.
HSL color Cylindrical-coordinate representation of color #FF46D0: hue angle of 315.24º 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 #FF46D0 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 208 | - |
| CMYK | 0 | 0.73 | 0.18 | 0 |
| HSL | 315.24º | 1% | 0.64% | - |
| HSV(B) | 315.24º | 0.73% | 1% | - |
| XYZ | 54.82 | 30.19 | 62.61 | - |
| YUV | 141.05 | 165.79 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 208 | 0 | 0.73 | 0.18 | 0 | 315.24 | 1 | 0.64 |
| Hex | FF | 46 | D0 | 0 | 49 | 12 | 0 | 13B | 64 | 40 |
| Octal | 377 | 106 | 320 | 0 | 111 | 22 | 0 | 473 | 144 | 100 |
| Binary | 11111111 | 1000110 | 11010000 | 0 | 1001001 | 10010 | 0 | 100111011 | 1100100 | 1000000 |
Color Harmonies of #FF46D0
Complementary color
Monochromatic Colors of #FF46D0
Black with #FF46D0
Text Example
Text Example
White with #FF46D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46D0; }
p { color: rgb(255,70,208); }
H1.HeaderClassName
{
color: #FF46D0;
}
.AnyTagClassName
{
color: #FF46D0;
}
</style>
background-color css
<style>
a { background-color: #FF46D0; }
a { background-color: rgb(255,70,208); }
div.DivClassName
{
background-color: #FF46D0;
}
.BgClassName
{
background-color: #FF46D0;
}
</style>
border-color css
<style>
span { border-color: #FF46D0; }
span { border-color: rgb(255,70,208); }
td.TdClassName
{
border-color: #FF46D0;
}
.TagClassName
{
border-color: #FF46D0;
}
</style>