Shades of Brilliant Rose #FF4AB0
Tints of Brilliant Rose #FF4AB0
RGB
CMYK
RGB Variations
Color information
#FF4AB0 (or 0xFF4AB0) is known color: Brilliant Rose. HEX triplet: FF, 4A and B0. RGB value is (255,74,176). Sum of RGB (Red+Green+Blue) = 255+74+176=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4AB0 is #00B54F. Grayscale: #8B8B8B. Windows color (decimal): -46416 or 11553535. OLE color: 11553535.
HSL color Cylindrical-coordinate representation of color #FF4AB0: hue angle of 326.19º 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 #FF4AB0 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 176 | - |
| CMYK | 0 | 0.71 | 0.31 | 0 |
| HSL | 326.19º | 1% | 0.65% | - |
| HSV(B) | 326.19º | 0.71% | 1% | - |
| XYZ | 51.53 | 29.29 | 44.01 | - |
| YUV | 139.75 | 148.47 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 176 | 0 | 0.71 | 0.31 | 0 | 326.19 | 1 | 0.65 |
| Hex | FF | 4A | B0 | 0 | 47 | 1F | 0 | 146 | 64 | 41 |
| Octal | 377 | 112 | 260 | 0 | 107 | 37 | 0 | 506 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10110000 | 0 | 1000111 | 11111 | 0 | 101000110 | 1100100 | 1000001 |
Color Harmonies of #FF4AB0
Complementary color
Monochromatic Colors of #FF4AB0
Black with #FF4AB0
Text Example
Text Example
White with #FF4AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AB0; }
p { color: rgb(255,74,176); }
H1.HeaderClassName
{
color: #FF4AB0;
}
.AnyTagClassName
{
color: #FF4AB0;
}
</style>
background-color css
<style>
a { background-color: #FF4AB0; }
a { background-color: rgb(255,74,176); }
div.DivClassName
{
background-color: #FF4AB0;
}
.BgClassName
{
background-color: #FF4AB0;
}
</style>
border-color css
<style>
span { border-color: #FF4AB0; }
span { border-color: rgb(255,74,176); }
td.TdClassName
{
border-color: #FF4AB0;
}
.TagClassName
{
border-color: #FF4AB0;
}
</style>