Shades of Razzle Dazzle Rose #FF46C7
Tints of Razzle Dazzle Rose #FF46C7
RGB
CMYK
RGB Variations
Color information
#FF46C7 (or 0xFF46C7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 46 and C7. RGB value is (255,70,199). Sum of RGB (Red+Green+Blue) = 255+70+199=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 70 (27.73% from 255 or 13.36% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF46C7 is #00B938. Grayscale: #8B8B8B. Windows color (decimal): -47417 or 13059839. OLE color: 13059839.
HSL color Cylindrical-coordinate representation of color #FF46C7: hue angle of 318.16º 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 #FF46C7 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 199 | - |
| CMYK | 0 | 0.73 | 0.22 | 0 |
| HSL | 318.16º | 1% | 0.64% | - |
| HSV(B) | 318.16º | 0.73% | 1% | - |
| XYZ | 53.74 | 29.76 | 56.95 | - |
| YUV | 140.02 | 161.29 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 199 | 0 | 0.73 | 0.22 | 0 | 318.16 | 1 | 0.64 |
| Hex | FF | 46 | C7 | 0 | 49 | 16 | 0 | 13E | 64 | 40 |
| Octal | 377 | 106 | 307 | 0 | 111 | 26 | 0 | 476 | 144 | 100 |
| Binary | 11111111 | 1000110 | 11000111 | 0 | 1001001 | 10110 | 0 | 100111110 | 1100100 | 1000000 |
Color Harmonies of #FF46C7
Complementary color
Monochromatic Colors of #FF46C7
Black with #FF46C7
Text Example
Text Example
White with #FF46C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46C7; }
p { color: rgb(255,70,199); }
H1.HeaderClassName
{
color: #FF46C7;
}
.AnyTagClassName
{
color: #FF46C7;
}
</style>
background-color css
<style>
a { background-color: #FF46C7; }
a { background-color: rgb(255,70,199); }
div.DivClassName
{
background-color: #FF46C7;
}
.BgClassName
{
background-color: #FF46C7;
}
</style>
border-color css
<style>
span { border-color: #FF46C7; }
span { border-color: rgb(255,70,199); }
td.TdClassName
{
border-color: #FF46C7;
}
.TagClassName
{
border-color: #FF46C7;
}
</style>