Shades of Razzle Dazzle Rose #FF46BA
Tints of Razzle Dazzle Rose #FF46BA
RGB
CMYK
RGB Variations
Color information
#FF46BA (or 0xFF46BA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 46 and BA. RGB value is (255,70,186). Sum of RGB (Red+Green+Blue) = 255+70+186=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 70 (27.73% from 255 or 13.70% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF46BA is #00B945. Grayscale: #8A8A8A. Windows color (decimal): -47430 or 12207871. OLE color: 12207871.
HSL color Cylindrical-coordinate representation of color #FF46BA: hue angle of 322.38º 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 #FF46BA is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 186 | - |
| CMYK | 0 | 0.73 | 0.27 | 0 |
| HSL | 322.38º | 1% | 0.64% | - |
| HSV(B) | 322.38º | 0.73% | 1% | - |
| XYZ | 52.29 | 29.19 | 49.33 | - |
| YUV | 138.54 | 154.79 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 186 | 0 | 0.73 | 0.27 | 0 | 322.38 | 1 | 0.64 |
| Hex | FF | 46 | BA | 0 | 49 | 1B | 0 | 142 | 64 | 40 |
| Octal | 377 | 106 | 272 | 0 | 111 | 33 | 0 | 502 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10111010 | 0 | 1001001 | 11011 | 0 | 101000010 | 1100100 | 1000000 |
Color Harmonies of #FF46BA
Complementary color
Monochromatic Colors of #FF46BA
Black with #FF46BA
Text Example
Text Example
White with #FF46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46BA; }
p { color: rgb(255,70,186); }
H1.HeaderClassName
{
color: #FF46BA;
}
.AnyTagClassName
{
color: #FF46BA;
}
</style>
background-color css
<style>
a { background-color: #FF46BA; }
a { background-color: rgb(255,70,186); }
div.DivClassName
{
background-color: #FF46BA;
}
.BgClassName
{
background-color: #FF46BA;
}
</style>
border-color css
<style>
span { border-color: #FF46BA; }
span { border-color: rgb(255,70,186); }
td.TdClassName
{
border-color: #FF46BA;
}
.TagClassName
{
border-color: #FF46BA;
}
</style>