Shades of Brilliant Rose #FF4B9A
Tints of Brilliant Rose #FF4B9A
RGB
CMYK
RGB Variations
Color information
#FF4B9A (or 0xFF4B9A) is known color: Brilliant Rose. HEX triplet: FF, 4B and 9A. RGB value is (255,75,154). Sum of RGB (Red+Green+Blue) = 255+75+154=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4B9A is #00B465. Grayscale: #898989. Windows color (decimal): -46182 or 10111999. OLE color: 10111999.
HSL color Cylindrical-coordinate representation of color #FF4B9A: hue angle of 333.67º 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 #FF4B9A is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 154 | - |
| CMYK | 0 | 0.71 | 0.40 | 0 |
| HSL | 333.67º | 1% | 0.65% | - |
| HSV(B) | 333.67º | 0.71% | 1% | - |
| XYZ | 49.59 | 28.63 | 33.48 | - |
| YUV | 137.83 | 137.13 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 154 | 0 | 0.71 | 0.40 | 0 | 333.67 | 1 | 0.65 |
| Hex | FF | 4B | 9A | 0 | 47 | 28 | 0 | 14E | 64 | 41 |
| Octal | 377 | 113 | 232 | 0 | 107 | 50 | 0 | 516 | 144 | 101 |
| Binary | 11111111 | 1001011 | 10011010 | 0 | 1000111 | 101000 | 0 | 101001110 | 1100100 | 1000001 |
Color Harmonies of #FF4B9A
Complementary color
Monochromatic Colors of #FF4B9A
Black with #FF4B9A
Text Example
Text Example
White with #FF4B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B9A; }
p { color: rgb(255,75,154); }
H1.HeaderClassName
{
color: #FF4B9A;
}
.AnyTagClassName
{
color: #FF4B9A;
}
</style>
background-color css
<style>
a { background-color: #FF4B9A; }
a { background-color: rgb(255,75,154); }
div.DivClassName
{
background-color: #FF4B9A;
}
.BgClassName
{
background-color: #FF4B9A;
}
</style>
border-color css
<style>
span { border-color: #FF4B9A; }
span { border-color: rgb(255,75,154); }
td.TdClassName
{
border-color: #FF4B9A;
}
.TagClassName
{
border-color: #FF4B9A;
}
</style>