Shades of Brilliant Rose #FB54B2
Tints of Brilliant Rose #FB54B2
RGB
CMYK
RGB Variations
Color information
#FB54B2 (or 0xFB54B2) is known color: Brilliant Rose. HEX triplet: FB, 54 and B2. RGB value is (251,84,178). Sum of RGB (Red+Green+Blue) = 251+84+178=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB54B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB54B2 is #04AB4D. Grayscale: #909090. Windows color (decimal): -305998 or 11687163. OLE color: 11687163.
HSL color Cylindrical-coordinate representation of color #FB54B2: hue angle of 326.23º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB54B2 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 84 | 178 | - |
CMYK | 0 | 0.67 | 0.29 | 0.02 |
HSL | 326.23º | 0.95% | 0.66% | - |
HSV(B) | 326.23º | 0.67% | 0.98% | - |
XYZ | 50.99 | 30.06 | 45.24 | - |
YUV | 144.65 | 146.83 | 203.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 84 | 178 | 0 | 0.67 | 0.29 | 0.02 | 326.23 | 0.95 | 0.66 |
Hex | FB | 54 | B2 | 0 | 43 | 1D | 2 | 146 | 5F | 42 |
Octal | 373 | 124 | 262 | 0 | 103 | 35 | 2 | 506 | 137 | 102 |
Binary | 11111011 | 1010100 | 10110010 | 0 | 1000011 | 11101 | 10 | 101000110 | 1011111 | 1000010 |
Color Harmonies of #FB54B2
Complementary color
Monochromatic Colors of #FB54B2
Black with #FB54B2
Text Example
Text Example
White with #FB54B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB54B2; }
p { color: rgb(251,84,178); }
H1.HeaderClassName
{
color: #FB54B2;
}
.AnyTagClassName
{
color: #FB54B2;
}
</style>
background-color css
<style>
a { background-color: #FB54B2; }
a { background-color: rgb(251,84,178); }
div.DivClassName
{
background-color: #FB54B2;
}
.BgClassName
{
background-color: #FB54B2;
}
</style>
border-color css
<style>
span { border-color: #FB54B2; }
span { border-color: rgb(251,84,178); }
td.TdClassName
{
border-color: #FB54B2;
}
.TagClassName
{
border-color: #FB54B2;
}
</style>