Shades of Brilliant Rose #FB4FB8
Tints of Brilliant Rose #FB4FB8
RGB
CMYK
RGB Variations
Color information
#FB4FB8 (or 0xFB4FB8) is known color: Brilliant Rose. HEX triplet: FB, 4F and B8. RGB value is (251,79,184). Sum of RGB (Red+Green+Blue) = 251+79+184=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB4FB8 is #04B047. Grayscale: #8E8E8E. Windows color (decimal): -307272 or 12079099. OLE color: 12079099.
HSL color Cylindrical-coordinate representation of color #FB4FB8: hue angle of 323.37º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4FB8 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 79 | 184 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.02 |
| HSL | 323.37º | 0.96% | 0.65% | - |
| HSV(B) | 323.37º | 0.69% | 0.98% | - |
| XYZ | 51.23 | 29.56 | 48.35 | - |
| YUV | 142.4 | 151.48 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 79 | 184 | 0 | 0.69 | 0.27 | 0.02 | 323.37 | 0.96 | 0.65 |
| Hex | FB | 4F | B8 | 0 | 45 | 1B | 2 | 143 | 60 | 41 |
| Octal | 373 | 117 | 270 | 0 | 105 | 33 | 2 | 503 | 140 | 101 |
| Binary | 11111011 | 1001111 | 10111000 | 0 | 1000101 | 11011 | 10 | 101000011 | 1100000 | 1000001 |
Color Harmonies of #FB4FB8
Complementary color
Monochromatic Colors of #FB4FB8
Black with #FB4FB8
Text Example
Text Example
White with #FB4FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4FB8; }
p { color: rgb(251,79,184); }
H1.HeaderClassName
{
color: #FB4FB8;
}
.AnyTagClassName
{
color: #FB4FB8;
}
</style>
background-color css
<style>
a { background-color: #FB4FB8; }
a { background-color: rgb(251,79,184); }
div.DivClassName
{
background-color: #FB4FB8;
}
.BgClassName
{
background-color: #FB4FB8;
}
</style>
border-color css
<style>
span { border-color: #FB4FB8; }
span { border-color: rgb(251,79,184); }
td.TdClassName
{
border-color: #FB4FB8;
}
.TagClassName
{
border-color: #FB4FB8;
}
</style>