Shades of Brilliant Rose #FF4B99
Tints of Brilliant Rose #FF4B99
RGB
CMYK
RGB Variations
Color information
#FF4B99 (or 0xFF4B99) is known color: Brilliant Rose. HEX triplet: FF, 4B and 99. RGB value is (255,75,153). Sum of RGB (Red+Green+Blue) = 255+75+153=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4B99 is #00B466. Grayscale: #898989. Windows color (decimal): -46183 or 10046463. OLE color: 10046463.
HSL color Cylindrical-coordinate representation of color #FF4B99: hue angle of 334º 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 #FF4B99 is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 153 | - |
| CMYK | 0 | 0.71 | 0.4 | 0 |
| HSL | 334º | 1% | 0.65% | - |
| HSV(B) | 334º | 0.71% | 1% | - |
| XYZ | 49.51 | 28.59 | 33.05 | - |
| YUV | 137.71 | 136.63 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 153 | 0 | 0.71 | 0.4 | 0 | 334 | 1 | 0.65 |
| Hex | FF | 4B | 99 | 0 | 47 | 28 | 0 | 14E | 64 | 41 |
| Octal | 377 | 113 | 231 | 0 | 107 | 50 | 0 | 516 | 144 | 101 |
| Binary | 11111111 | 1001011 | 10011001 | 0 | 1000111 | 101000 | 0 | 101001110 | 1100100 | 1000001 |
Color Harmonies of #FF4B99
Complementary color
Monochromatic Colors of #FF4B99
Black with #FF4B99
Text Example
Text Example
White with #FF4B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B99; }
p { color: rgb(255,75,153); }
H1.HeaderClassName
{
color: #FF4B99;
}
.AnyTagClassName
{
color: #FF4B99;
}
</style>
background-color css
<style>
a { background-color: #FF4B99; }
a { background-color: rgb(255,75,153); }
div.DivClassName
{
background-color: #FF4B99;
}
.BgClassName
{
background-color: #FF4B99;
}
</style>
border-color css
<style>
span { border-color: #FF4B99; }
span { border-color: rgb(255,75,153); }
td.TdClassName
{
border-color: #FF4B99;
}
.TagClassName
{
border-color: #FF4B99;
}
</style>