Shades of Brilliant Rose #FF46B8
Tints of Brilliant Rose #FF46B8
RGB
CMYK
RGB Variations
Color information
#FF46B8 (or 0xFF46B8) is known color: Brilliant Rose. HEX triplet: FF, 46 and B8. RGB value is (255,70,184). Sum of RGB (Red+Green+Blue) = 255+70+184=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 70 (27.73% from 255 or 13.75% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF46B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF46B8 is #00B947. Grayscale: #8A8A8A. Windows color (decimal): -47432 or 12076799. OLE color: 12076799.
HSL color Cylindrical-coordinate representation of color #FF46B8: hue angle of 323.03º 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 #FF46B8 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 184 | - |
| CMYK | 0 | 0.73 | 0.28 | 0 |
| HSL | 323.03º | 1% | 0.64% | - |
| HSV(B) | 323.03º | 0.73% | 1% | - |
| XYZ | 52.08 | 29.1 | 48.22 | - |
| YUV | 138.31 | 153.79 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 184 | 0 | 0.73 | 0.28 | 0 | 323.03 | 1 | 0.64 |
| Hex | FF | 46 | B8 | 0 | 49 | 1C | 0 | 143 | 64 | 40 |
| Octal | 377 | 106 | 270 | 0 | 111 | 34 | 0 | 503 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10111000 | 0 | 1001001 | 11100 | 0 | 101000011 | 1100100 | 1000000 |
Color Harmonies of #FF46B8
Complementary color
Monochromatic Colors of #FF46B8
Black with #FF46B8
Text Example
Text Example
White with #FF46B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF46B8; }
p { color: rgb(255,70,184); }
H1.HeaderClassName
{
color: #FF46B8;
}
.AnyTagClassName
{
color: #FF46B8;
}
</style>
background-color css
<style>
a { background-color: #FF46B8; }
a { background-color: rgb(255,70,184); }
div.DivClassName
{
background-color: #FF46B8;
}
.BgClassName
{
background-color: #FF46B8;
}
</style>
border-color css
<style>
span { border-color: #FF46B8; }
span { border-color: rgb(255,70,184); }
td.TdClassName
{
border-color: #FF46B8;
}
.TagClassName
{
border-color: #FF46B8;
}
</style>