Shades of Razzle Dazzle Rose #FF46D8
Tints of Razzle Dazzle Rose #FF46D8
RGB
CMYK
RGB Variations
Color information
#FF46D8 (or 0xFF46D8) is known color: Razzle Dazzle Rose. HEX triplet: FF, 46 and D8. RGB value is (255,70,216). Sum of RGB (Red+Green+Blue) = 255+70+216=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 70 (27.73% from 255 or 12.94% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF46D8 is #00B927. Grayscale: #8D8D8D. Windows color (decimal): -47400 or 14173951. OLE color: 14173951.
HSL color Cylindrical-coordinate representation of color #FF46D8: hue angle of 312.65º 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 #FF46D8 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 216 | - |
| CMYK | 0 | 0.73 | 0.15 | 0 |
| HSL | 312.65º | 1% | 0.64% | - |
| HSV(B) | 312.65º | 0.73% | 1% | - |
| XYZ | 55.82 | 30.6 | 67.93 | - |
| YUV | 141.96 | 169.79 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 216 | 0 | 0.73 | 0.15 | 0 | 312.65 | 1 | 0.64 |
| Hex | FF | 46 | D8 | 0 | 49 | F | 0 | 139 | 64 | 40 |
| Octal | 377 | 106 | 330 | 0 | 111 | 17 | 0 | 471 | 144 | 100 |
| Binary | 11111111 | 1000110 | 11011000 | 0 | 1001001 | 1111 | 0 | 100111001 | 1100100 | 1000000 |
Color Harmonies of #FF46D8
Complementary color
Monochromatic Colors of #FF46D8
Black with #FF46D8
Text Example
Text Example
White with #FF46D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46D8; }
p { color: rgb(255,70,216); }
H1.HeaderClassName
{
color: #FF46D8;
}
.AnyTagClassName
{
color: #FF46D8;
}
</style>
background-color css
<style>
a { background-color: #FF46D8; }
a { background-color: rgb(255,70,216); }
div.DivClassName
{
background-color: #FF46D8;
}
.BgClassName
{
background-color: #FF46D8;
}
</style>
border-color css
<style>
span { border-color: #FF46D8; }
span { border-color: rgb(255,70,216); }
td.TdClassName
{
border-color: #FF46D8;
}
.TagClassName
{
border-color: #FF46D8;
}
</style>