Shades of Brilliant Rose #FB459C
Tints of Brilliant Rose #FB459C
RGB
CMYK
RGB Variations
Color information
#FB459C (or 0xFB459C) is known color: Brilliant Rose. HEX triplet: FB, 45 and 9C. RGB value is (251,69,156). Sum of RGB (Red+Green+Blue) = 251+69+156=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB459C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB459C is #04BA63. Grayscale: #858585. Windows color (decimal): -309860 or 10241531. OLE color: 10241531.
HSL color Cylindrical-coordinate representation of color #FB459C: hue angle of 331.32º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB459C is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 156 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.02 |
| HSL | 331.32º | 0.96% | 0.63% | - |
| HSV(B) | 331.32º | 0.73% | 0.98% | - |
| XYZ | 47.91 | 27.17 | 34.17 | - |
| YUV | 133.34 | 140.8 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 156 | 0 | 0.73 | 0.38 | 0.02 | 331.32 | 0.96 | 0.63 |
| Hex | FB | 45 | 9C | 0 | 49 | 26 | 2 | 14B | 60 | 3F |
| Octal | 373 | 105 | 234 | 0 | 111 | 46 | 2 | 513 | 140 | 77 |
| Binary | 11111011 | 1000101 | 10011100 | 0 | 1001001 | 100110 | 10 | 101001011 | 1100000 | 111111 |
Color Harmonies of #FB459C
Complementary color
Monochromatic Colors of #FB459C
Black with #FB459C
Text Example
Text Example
White with #FB459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB459C; }
p { color: rgb(251,69,156); }
H1.HeaderClassName
{
color: #FB459C;
}
.AnyTagClassName
{
color: #FB459C;
}
</style>
background-color css
<style>
a { background-color: #FB459C; }
a { background-color: rgb(251,69,156); }
div.DivClassName
{
background-color: #FB459C;
}
.BgClassName
{
background-color: #FB459C;
}
</style>
border-color css
<style>
span { border-color: #FB459C; }
span { border-color: rgb(251,69,156); }
td.TdClassName
{
border-color: #FB459C;
}
.TagClassName
{
border-color: #FB459C;
}
</style>