Shades of Razzle Dazzle Rose #FF46BF
Tints of Razzle Dazzle Rose #FF46BF
RGB
CMYK
RGB Variations
Color information
#FF46BF (or 0xFF46BF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 46 and BF. RGB value is (255,70,191). Sum of RGB (Red+Green+Blue) = 255+70+191=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF46BF is #00B940. Grayscale: #8A8A8A. Windows color (decimal): -47425 or 12535551. OLE color: 12535551.
HSL color Cylindrical-coordinate representation of color #FF46BF: hue angle of 320.76º 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 #FF46BF is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 191 | - |
| CMYK | 0 | 0.73 | 0.25 | 0 |
| HSL | 320.76º | 1% | 0.64% | - |
| HSV(B) | 320.76º | 0.73% | 1% | - |
| XYZ | 52.83 | 29.4 | 52.18 | - |
| YUV | 139.11 | 157.29 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 191 | 0 | 0.73 | 0.25 | 0 | 320.76 | 1 | 0.64 |
| Hex | FF | 46 | BF | 0 | 49 | 19 | 0 | 141 | 64 | 40 |
| Octal | 377 | 106 | 277 | 0 | 111 | 31 | 0 | 501 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10111111 | 0 | 1001001 | 11001 | 0 | 101000001 | 1100100 | 1000000 |
Color Harmonies of #FF46BF
Complementary color
Monochromatic Colors of #FF46BF
Black with #FF46BF
Text Example
Text Example
White with #FF46BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46BF; }
p { color: rgb(255,70,191); }
H1.HeaderClassName
{
color: #FF46BF;
}
.AnyTagClassName
{
color: #FF46BF;
}
</style>
background-color css
<style>
a { background-color: #FF46BF; }
a { background-color: rgb(255,70,191); }
div.DivClassName
{
background-color: #FF46BF;
}
.BgClassName
{
background-color: #FF46BF;
}
</style>
border-color css
<style>
span { border-color: #FF46BF; }
span { border-color: rgb(255,70,191); }
td.TdClassName
{
border-color: #FF46BF;
}
.TagClassName
{
border-color: #FF46BF;
}
</style>