Shades of Brilliant Rose #FF4BA8
Tints of Brilliant Rose #FF4BA8
RGB
CMYK
RGB Variations
Color information
#FF4BA8 (or 0xFF4BA8) is known color: Brilliant Rose. HEX triplet: FF, 4B and A8. RGB value is (255,75,168). Sum of RGB (Red+Green+Blue) = 255+75+168=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4BA8 is #00B457. Grayscale: #8B8B8B. Windows color (decimal): -46168 or 11029503. OLE color: 11029503.
HSL color Cylindrical-coordinate representation of color #FF4BA8: hue angle of 329º 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 #FF4BA8 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 168 | - |
| CMYK | 0 | 0.71 | 0.34 | 0 |
| HSL | 329º | 1% | 0.65% | - |
| HSV(B) | 329º | 0.71% | 1% | - |
| XYZ | 50.82 | 29.12 | 39.99 | - |
| YUV | 139.42 | 144.13 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 168 | 0 | 0.71 | 0.34 | 0 | 329 | 1 | 0.65 |
| Hex | FF | 4B | A8 | 0 | 47 | 22 | 0 | 149 | 64 | 41 |
| Octal | 377 | 113 | 250 | 0 | 107 | 42 | 0 | 511 | 144 | 101 |
| Binary | 11111111 | 1001011 | 10101000 | 0 | 1000111 | 100010 | 0 | 101001001 | 1100100 | 1000001 |
Color Harmonies of #FF4BA8
Complementary color
Monochromatic Colors of #FF4BA8
Black with #FF4BA8
Text Example
Text Example
White with #FF4BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4BA8; }
p { color: rgb(255,75,168); }
H1.HeaderClassName
{
color: #FF4BA8;
}
.AnyTagClassName
{
color: #FF4BA8;
}
</style>
background-color css
<style>
a { background-color: #FF4BA8; }
a { background-color: rgb(255,75,168); }
div.DivClassName
{
background-color: #FF4BA8;
}
.BgClassName
{
background-color: #FF4BA8;
}
</style>
border-color css
<style>
span { border-color: #FF4BA8; }
span { border-color: rgb(255,75,168); }
td.TdClassName
{
border-color: #FF4BA8;
}
.TagClassName
{
border-color: #FF4BA8;
}
</style>