Shades of Brilliant Rose #FB51A3
Tints of Brilliant Rose #FB51A3
RGB
CMYK
RGB Variations
Color information
#FB51A3 (or 0xFB51A3) is known color: Brilliant Rose. HEX triplet: FB, 51 and A3. RGB value is (251,81,163). Sum of RGB (Red+Green+Blue) = 251+81+163=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB51A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB51A3 is #04AE5C. Grayscale: #8D8D8D. Windows color (decimal): -306781 or 10703355. OLE color: 10703355.
HSL color Cylindrical-coordinate representation of color #FB51A3: hue angle of 331.06º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB51A3 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 163 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.02 |
| HSL | 331.06º | 0.96% | 0.65% | - |
| HSV(B) | 331.06º | 0.68% | 0.98% | - |
| XYZ | 49.34 | 29.04 | 37.65 | - |
| YUV | 141.18 | 140.32 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 163 | 0 | 0.68 | 0.35 | 0.02 | 331.06 | 0.96 | 0.65 |
| Hex | FB | 51 | A3 | 0 | 44 | 23 | 2 | 14B | 60 | 41 |
| Octal | 373 | 121 | 243 | 0 | 104 | 43 | 2 | 513 | 140 | 101 |
| Binary | 11111011 | 1010001 | 10100011 | 0 | 1000100 | 100011 | 10 | 101001011 | 1100000 | 1000001 |
Color Harmonies of #FB51A3
Complementary color
Monochromatic Colors of #FB51A3
Black with #FB51A3
Text Example
Text Example
White with #FB51A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB51A3; }
p { color: rgb(251,81,163); }
H1.HeaderClassName
{
color: #FB51A3;
}
.AnyTagClassName
{
color: #FB51A3;
}
</style>
background-color css
<style>
a { background-color: #FB51A3; }
a { background-color: rgb(251,81,163); }
div.DivClassName
{
background-color: #FB51A3;
}
.BgClassName
{
background-color: #FB51A3;
}
</style>
border-color css
<style>
span { border-color: #FB51A3; }
span { border-color: rgb(251,81,163); }
td.TdClassName
{
border-color: #FB51A3;
}
.TagClassName
{
border-color: #FB51A3;
}
</style>