Shades of Brilliant Rose #FF4FB0
Tints of Brilliant Rose #FF4FB0
RGB
CMYK
RGB Variations
Color information
#FF4FB0 (or 0xFF4FB0) is known color: Brilliant Rose. HEX triplet: FF, 4F and B0. RGB value is (255,79,176). Sum of RGB (Red+Green+Blue) = 255+79+176=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4FB0 is #00B04F. Grayscale: #8E8E8E. Windows color (decimal): -45136 or 11554815. OLE color: 11554815.
HSL color Cylindrical-coordinate representation of color #FF4FB0: hue angle of 326.93º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4FB0 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 176 | - |
| CMYK | 0 | 0.69 | 0.31 | 0 |
| HSL | 326.93º | 1% | 0.65% | - |
| HSV(B) | 326.93º | 0.69% | 1% | - |
| XYZ | 51.87 | 29.99 | 44.13 | - |
| YUV | 142.68 | 146.81 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 176 | 0 | 0.69 | 0.31 | 0 | 326.93 | 1 | 0.65 |
| Hex | FF | 4F | B0 | 0 | 45 | 1F | 0 | 147 | 64 | 41 |
| Octal | 377 | 117 | 260 | 0 | 105 | 37 | 0 | 507 | 144 | 101 |
| Binary | 11111111 | 1001111 | 10110000 | 0 | 1000101 | 11111 | 0 | 101000111 | 1100100 | 1000001 |
Color Harmonies of #FF4FB0
Complementary color
Monochromatic Colors of #FF4FB0
Black with #FF4FB0
Text Example
Text Example
White with #FF4FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FB0; }
p { color: rgb(255,79,176); }
H1.HeaderClassName
{
color: #FF4FB0;
}
.AnyTagClassName
{
color: #FF4FB0;
}
</style>
background-color css
<style>
a { background-color: #FF4FB0; }
a { background-color: rgb(255,79,176); }
div.DivClassName
{
background-color: #FF4FB0;
}
.BgClassName
{
background-color: #FF4FB0;
}
</style>
border-color css
<style>
span { border-color: #FF4FB0; }
span { border-color: rgb(255,79,176); }
td.TdClassName
{
border-color: #FF4FB0;
}
.TagClassName
{
border-color: #FF4FB0;
}
</style>