Shades of Razzle Dazzle Rose #FF46C6
Tints of Razzle Dazzle Rose #FF46C6
RGB
CMYK
RGB Variations
Color information
#FF46C6 (or 0xFF46C6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 46 and C6. RGB value is (255,70,198). Sum of RGB (Red+Green+Blue) = 255+70+198=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 70 (27.73% from 255 or 13.38% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF46C6 is #00B939. Grayscale: #8B8B8B. Windows color (decimal): -47418 or 12994303. OLE color: 12994303.
HSL color Cylindrical-coordinate representation of color #FF46C6: hue angle of 318.49º 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 #FF46C6 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 198 | - |
| CMYK | 0 | 0.73 | 0.22 | 0 |
| HSL | 318.49º | 1% | 0.64% | - |
| HSV(B) | 318.49º | 0.73% | 1% | - |
| XYZ | 53.62 | 29.72 | 56.34 | - |
| YUV | 139.91 | 160.79 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 198 | 0 | 0.73 | 0.22 | 0 | 318.49 | 1 | 0.64 |
| Hex | FF | 46 | C6 | 0 | 49 | 16 | 0 | 13E | 64 | 40 |
| Octal | 377 | 106 | 306 | 0 | 111 | 26 | 0 | 476 | 144 | 100 |
| Binary | 11111111 | 1000110 | 11000110 | 0 | 1001001 | 10110 | 0 | 100111110 | 1100100 | 1000000 |
Color Harmonies of #FF46C6
Complementary color
Monochromatic Colors of #FF46C6
Black with #FF46C6
Text Example
Text Example
White with #FF46C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46C6; }
p { color: rgb(255,70,198); }
H1.HeaderClassName
{
color: #FF46C6;
}
.AnyTagClassName
{
color: #FF46C6;
}
</style>
background-color css
<style>
a { background-color: #FF46C6; }
a { background-color: rgb(255,70,198); }
div.DivClassName
{
background-color: #FF46C6;
}
.BgClassName
{
background-color: #FF46C6;
}
</style>
border-color css
<style>
span { border-color: #FF46C6; }
span { border-color: rgb(255,70,198); }
td.TdClassName
{
border-color: #FF46C6;
}
.TagClassName
{
border-color: #FF46C6;
}
</style>