Shades of Razzle Dazzle Rose #FF46D3
Tints of Razzle Dazzle Rose #FF46D3
RGB
CMYK
RGB Variations
Color information
#FF46D3 (or 0xFF46D3) is known color: Razzle Dazzle Rose. HEX triplet: FF, 46 and D3. RGB value is (255,70,211). Sum of RGB (Red+Green+Blue) = 255+70+211=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 70 (27.73% from 255 or 13.06% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF46D3 is #00B92C. Grayscale: #8D8D8D. Windows color (decimal): -47405 or 13846271. OLE color: 13846271.
HSL color Cylindrical-coordinate representation of color #FF46D3: hue angle of 314.27º 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 #FF46D3 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 211 | - |
| CMYK | 0 | 0.73 | 0.17 | 0 |
| HSL | 314.27º | 1% | 0.64% | - |
| HSV(B) | 314.27º | 0.73% | 1% | - |
| XYZ | 55.19 | 30.34 | 64.58 | - |
| YUV | 141.39 | 167.29 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 211 | 0 | 0.73 | 0.17 | 0 | 314.27 | 1 | 0.64 |
| Hex | FF | 46 | D3 | 0 | 49 | 11 | 0 | 13A | 64 | 40 |
| Octal | 377 | 106 | 323 | 0 | 111 | 21 | 0 | 472 | 144 | 100 |
| Binary | 11111111 | 1000110 | 11010011 | 0 | 1001001 | 10001 | 0 | 100111010 | 1100100 | 1000000 |
Color Harmonies of #FF46D3
Complementary color
Monochromatic Colors of #FF46D3
Black with #FF46D3
Text Example
Text Example
White with #FF46D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46D3; }
p { color: rgb(255,70,211); }
H1.HeaderClassName
{
color: #FF46D3;
}
.AnyTagClassName
{
color: #FF46D3;
}
</style>
background-color css
<style>
a { background-color: #FF46D3; }
a { background-color: rgb(255,70,211); }
div.DivClassName
{
background-color: #FF46D3;
}
.BgClassName
{
background-color: #FF46D3;
}
</style>
border-color css
<style>
span { border-color: #FF46D3; }
span { border-color: rgb(255,70,211); }
td.TdClassName
{
border-color: #FF46D3;
}
.TagClassName
{
border-color: #FF46D3;
}
</style>