Shades of Razzle Dazzle Rose #FF46D4
Tints of Razzle Dazzle Rose #FF46D4
RGB
CMYK
RGB Variations
Color information
#FF46D4 (or 0xFF46D4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 46 and D4. RGB value is (255,70,212). Sum of RGB (Red+Green+Blue) = 255+70+212=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 70 (27.73% from 255 or 13.04% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF46D4 is #00B92B. Grayscale: #8D8D8D. Windows color (decimal): -47404 or 13911807. OLE color: 13911807.
HSL color Cylindrical-coordinate representation of color #FF46D4: hue angle of 313.95º 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 #FF46D4 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 212 | - |
| CMYK | 0 | 0.73 | 0.17 | 0 |
| HSL | 313.95º | 1% | 0.64% | - |
| HSV(B) | 313.95º | 0.73% | 1% | - |
| XYZ | 55.31 | 30.39 | 65.24 | - |
| YUV | 141.5 | 167.79 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 212 | 0 | 0.73 | 0.17 | 0 | 313.95 | 1 | 0.64 |
| Hex | FF | 46 | D4 | 0 | 49 | 11 | 0 | 13A | 64 | 40 |
| Octal | 377 | 106 | 324 | 0 | 111 | 21 | 0 | 472 | 144 | 100 |
| Binary | 11111111 | 1000110 | 11010100 | 0 | 1001001 | 10001 | 0 | 100111010 | 1100100 | 1000000 |
Color Harmonies of #FF46D4
Complementary color
Monochromatic Colors of #FF46D4
Black with #FF46D4
Text Example
Text Example
White with #FF46D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46D4; }
p { color: rgb(255,70,212); }
H1.HeaderClassName
{
color: #FF46D4;
}
.AnyTagClassName
{
color: #FF46D4;
}
</style>
background-color css
<style>
a { background-color: #FF46D4; }
a { background-color: rgb(255,70,212); }
div.DivClassName
{
background-color: #FF46D4;
}
.BgClassName
{
background-color: #FF46D4;
}
</style>
border-color css
<style>
span { border-color: #FF46D4; }
span { border-color: rgb(255,70,212); }
td.TdClassName
{
border-color: #FF46D4;
}
.TagClassName
{
border-color: #FF46D4;
}
</style>