Shades of Brilliant Rose #FF4A9B
Tints of Brilliant Rose #FF4A9B
RGB
CMYK
RGB Variations
Color information
#FF4A9B (or 0xFF4A9B) is known color: Brilliant Rose. HEX triplet: FF, 4A and 9B. RGB value is (255,74,155). Sum of RGB (Red+Green+Blue) = 255+74+155=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4A9B is #00B564. Grayscale: #898989. Windows color (decimal): -46437 or 10177279. OLE color: 10177279.
HSL color Cylindrical-coordinate representation of color #FF4A9B: hue angle of 333.15º 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 #FF4A9B is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 155 | - |
| CMYK | 0 | 0.71 | 0.39 | 0 |
| HSL | 333.15º | 1% | 0.65% | - |
| HSV(B) | 333.15º | 0.71% | 1% | - |
| XYZ | 49.61 | 28.52 | 33.9 | - |
| YUV | 137.35 | 137.97 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 155 | 0 | 0.71 | 0.39 | 0 | 333.15 | 1 | 0.65 |
| Hex | FF | 4A | 9B | 0 | 47 | 27 | 0 | 14D | 64 | 41 |
| Octal | 377 | 112 | 233 | 0 | 107 | 47 | 0 | 515 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10011011 | 0 | 1000111 | 100111 | 0 | 101001101 | 1100100 | 1000001 |
Color Harmonies of #FF4A9B
Complementary color
Monochromatic Colors of #FF4A9B
Black with #FF4A9B
Text Example
Text Example
White with #FF4A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A9B; }
p { color: rgb(255,74,155); }
H1.HeaderClassName
{
color: #FF4A9B;
}
.AnyTagClassName
{
color: #FF4A9B;
}
</style>
background-color css
<style>
a { background-color: #FF4A9B; }
a { background-color: rgb(255,74,155); }
div.DivClassName
{
background-color: #FF4A9B;
}
.BgClassName
{
background-color: #FF4A9B;
}
</style>
border-color css
<style>
span { border-color: #FF4A9B; }
span { border-color: rgb(255,74,155); }
td.TdClassName
{
border-color: #FF4A9B;
}
.TagClassName
{
border-color: #FF4A9B;
}
</style>