Shades of Brilliant Rose #FF4AB9
Tints of Brilliant Rose #FF4AB9
RGB
CMYK
RGB Variations
Color information
#FF4AB9 (or 0xFF4AB9) is known color: Brilliant Rose. HEX triplet: FF, 4A and B9. RGB value is (255,74,185). Sum of RGB (Red+Green+Blue) = 255+74+185=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4AB9 is #00B546. Grayscale: #8C8C8C. Windows color (decimal): -46407 or 12143359. OLE color: 12143359.
HSL color Cylindrical-coordinate representation of color #FF4AB9: hue angle of 323.2º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4AB9 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 185 | - |
| CMYK | 0 | 0.71 | 0.27 | 0 |
| HSL | 323.2º | 1% | 0.65% | - |
| HSV(B) | 323.2º | 0.71% | 1% | - |
| XYZ | 52.45 | 29.66 | 48.86 | - |
| YUV | 140.77 | 152.97 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 185 | 0 | 0.71 | 0.27 | 0 | 323.2 | 1 | 0.65 |
| Hex | FF | 4A | B9 | 0 | 47 | 1B | 0 | 143 | 64 | 41 |
| Octal | 377 | 112 | 271 | 0 | 107 | 33 | 0 | 503 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10111001 | 0 | 1000111 | 11011 | 0 | 101000011 | 1100100 | 1000001 |
Color Harmonies of #FF4AB9
Complementary color
Monochromatic Colors of #FF4AB9
Black with #FF4AB9
Text Example
Text Example
White with #FF4AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AB9; }
p { color: rgb(255,74,185); }
H1.HeaderClassName
{
color: #FF4AB9;
}
.AnyTagClassName
{
color: #FF4AB9;
}
</style>
background-color css
<style>
a { background-color: #FF4AB9; }
a { background-color: rgb(255,74,185); }
div.DivClassName
{
background-color: #FF4AB9;
}
.BgClassName
{
background-color: #FF4AB9;
}
</style>
border-color css
<style>
span { border-color: #FF4AB9; }
span { border-color: rgb(255,74,185); }
td.TdClassName
{
border-color: #FF4AB9;
}
.TagClassName
{
border-color: #FF4AB9;
}
</style>