Shades of Brilliant Rose #FB57A6
Tints of Brilliant Rose #FB57A6
RGB
CMYK
RGB Variations
Color information
#FB57A6 (or 0xFB57A6) is known color: Brilliant Rose. HEX triplet: FB, 57 and A6. RGB value is (251,87,166). Sum of RGB (Red+Green+Blue) = 251+87+166=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB57A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB57A6 is #04A859. Grayscale: #909090. Windows color (decimal): -305242 or 10901499. OLE color: 10901499.
HSL color Cylindrical-coordinate representation of color #FB57A6: hue angle of 331.1º 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 #FB57A6 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 87 | 166 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.02 |
| HSL | 331.1º | 0.95% | 0.66% | - |
| HSV(B) | 331.1º | 0.65% | 0.98% | - |
| XYZ | 50.07 | 30.08 | 39.24 | - |
| YUV | 145.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 87 | 166 | 0 | 0.65 | 0.34 | 0.02 | 331.1 | 0.95 | 0.66 |
| Hex | FB | 57 | A6 | 0 | 41 | 22 | 2 | 14B | 5F | 42 |
| Octal | 373 | 127 | 246 | 0 | 101 | 42 | 2 | 513 | 137 | 102 |
| Binary | 11111011 | 1010111 | 10100110 | 0 | 1000001 | 100010 | 10 | 101001011 | 1011111 | 1000010 |
Color Harmonies of #FB57A6
Complementary color
Monochromatic Colors of #FB57A6
Black with #FB57A6
Text Example
Text Example
White with #FB57A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB57A6; }
p { color: rgb(251,87,166); }
H1.HeaderClassName
{
color: #FB57A6;
}
.AnyTagClassName
{
color: #FB57A6;
}
</style>
background-color css
<style>
a { background-color: #FB57A6; }
a { background-color: rgb(251,87,166); }
div.DivClassName
{
background-color: #FB57A6;
}
.BgClassName
{
background-color: #FB57A6;
}
</style>
border-color css
<style>
span { border-color: #FB57A6; }
span { border-color: rgb(251,87,166); }
td.TdClassName
{
border-color: #FB57A6;
}
.TagClassName
{
border-color: #FB57A6;
}
</style>