Shades of Brilliant Rose #FB57B2
Tints of Brilliant Rose #FB57B2
RGB
CMYK
RGB Variations
Color information
#FB57B2 (or 0xFB57B2) is known color: Brilliant Rose. HEX triplet: FB, 57 and B2. RGB value is (251,87,178). Sum of RGB (Red+Green+Blue) = 251+87+178=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB57B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB57B2 is #04A84D. Grayscale: #929292. Windows color (decimal): -305230 or 11687931. OLE color: 11687931.
HSL color Cylindrical-coordinate representation of color #FB57B2: hue angle of 326.71º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB57B2 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 87 | 178 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.02 |
| HSL | 326.71º | 0.95% | 0.66% | - |
| HSV(B) | 326.71º | 0.65% | 0.98% | - |
| XYZ | 51.23 | 30.54 | 45.31 | - |
| YUV | 146.41 | 145.83 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 87 | 178 | 0 | 0.65 | 0.29 | 0.02 | 326.71 | 0.95 | 0.66 |
| Hex | FB | 57 | B2 | 0 | 41 | 1D | 2 | 147 | 5F | 42 |
| Octal | 373 | 127 | 262 | 0 | 101 | 35 | 2 | 507 | 137 | 102 |
| Binary | 11111011 | 1010111 | 10110010 | 0 | 1000001 | 11101 | 10 | 101000111 | 1011111 | 1000010 |
Color Harmonies of #FB57B2
Complementary color
Monochromatic Colors of #FB57B2
Black with #FB57B2
Text Example
Text Example
White with #FB57B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB57B2; }
p { color: rgb(251,87,178); }
H1.HeaderClassName
{
color: #FB57B2;
}
.AnyTagClassName
{
color: #FB57B2;
}
</style>
background-color css
<style>
a { background-color: #FB57B2; }
a { background-color: rgb(251,87,178); }
div.DivClassName
{
background-color: #FB57B2;
}
.BgClassName
{
background-color: #FB57B2;
}
</style>
border-color css
<style>
span { border-color: #FB57B2; }
span { border-color: rgb(251,87,178); }
td.TdClassName
{
border-color: #FB57B2;
}
.TagClassName
{
border-color: #FB57B2;
}
</style>