Shades of Brilliant Rose #FB61A8
Tints of Brilliant Rose #FB61A8
RGB
CMYK
RGB Variations
Color information
#FB61A8 (or 0xFB61A8) is known color: Brilliant Rose. HEX triplet: FB, 61 and A8. RGB value is (251,97,168). Sum of RGB (Red+Green+Blue) = 251+97+168=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB61A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB61A8 is #049E57. Grayscale: #979797. Windows color (decimal): -302680 or 11035131. OLE color: 11035131.
HSL color Cylindrical-coordinate representation of color #FB61A8: hue angle of 332.34º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB61A8 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 97 | 168 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.02 |
| HSL | 332.34º | 0.95% | 0.68% | - |
| HSV(B) | 332.34º | 0.61% | 0.98% | - |
| XYZ | 51.13 | 31.89 | 40.51 | - |
| YUV | 151.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 97 | 168 | 0 | 0.61 | 0.33 | 0.02 | 332.34 | 0.95 | 0.68 |
| Hex | FB | 61 | A8 | 0 | 3D | 21 | 2 | 14C | 5F | 44 |
| Octal | 373 | 141 | 250 | 0 | 75 | 41 | 2 | 514 | 137 | 104 |
| Binary | 11111011 | 1100001 | 10101000 | 0 | 111101 | 100001 | 10 | 101001100 | 1011111 | 1000100 |
Color Harmonies of #FB61A8
Complementary color
Monochromatic Colors of #FB61A8
Black with #FB61A8
Text Example
Text Example
White with #FB61A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB61A8; }
p { color: rgb(251,97,168); }
H1.HeaderClassName
{
color: #FB61A8;
}
.AnyTagClassName
{
color: #FB61A8;
}
</style>
background-color css
<style>
a { background-color: #FB61A8; }
a { background-color: rgb(251,97,168); }
div.DivClassName
{
background-color: #FB61A8;
}
.BgClassName
{
background-color: #FB61A8;
}
</style>
border-color css
<style>
span { border-color: #FB61A8; }
span { border-color: rgb(251,97,168); }
td.TdClassName
{
border-color: #FB61A8;
}
.TagClassName
{
border-color: #FB61A8;
}
</style>