Shades of Razzle Dazzle Rose #FF46BB
Tints of Razzle Dazzle Rose #FF46BB
RGB
CMYK
RGB Variations
Color information
#FF46BB (or 0xFF46BB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 46 and BB. RGB value is (255,70,187). Sum of RGB (Red+Green+Blue) = 255+70+187=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF46BB is #00B944. Grayscale: #8A8A8A. Windows color (decimal): -47429 or 12273407. OLE color: 12273407.
HSL color Cylindrical-coordinate representation of color #FF46BB: hue angle of 322.05º 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 #FF46BB is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 187 | - |
| CMYK | 0 | 0.73 | 0.27 | 0 |
| HSL | 322.05º | 1% | 0.64% | - |
| HSV(B) | 322.05º | 0.73% | 1% | - |
| XYZ | 52.4 | 29.23 | 49.89 | - |
| YUV | 138.65 | 155.29 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 187 | 0 | 0.73 | 0.27 | 0 | 322.05 | 1 | 0.64 |
| Hex | FF | 46 | BB | 0 | 49 | 1B | 0 | 142 | 64 | 40 |
| Octal | 377 | 106 | 273 | 0 | 111 | 33 | 0 | 502 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10111011 | 0 | 1001001 | 11011 | 0 | 101000010 | 1100100 | 1000000 |
Color Harmonies of #FF46BB
Complementary color
Monochromatic Colors of #FF46BB
Black with #FF46BB
Text Example
Text Example
White with #FF46BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46BB; }
p { color: rgb(255,70,187); }
H1.HeaderClassName
{
color: #FF46BB;
}
.AnyTagClassName
{
color: #FF46BB;
}
</style>
background-color css
<style>
a { background-color: #FF46BB; }
a { background-color: rgb(255,70,187); }
div.DivClassName
{
background-color: #FF46BB;
}
.BgClassName
{
background-color: #FF46BB;
}
</style>
border-color css
<style>
span { border-color: #FF46BB; }
span { border-color: rgb(255,70,187); }
td.TdClassName
{
border-color: #FF46BB;
}
.TagClassName
{
border-color: #FF46BB;
}
</style>