Shades of Brilliant Rose #FB649F
Tints of Brilliant Rose #FB649F
RGB
CMYK
RGB Variations
Color information
#FB649F (or 0xFB649F) is known color: Brilliant Rose. HEX triplet: FB, 64 and 9F. RGB value is (251,100,159). Sum of RGB (Red+Green+Blue) = 251+100+159=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB649F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB649F is #049B60. Grayscale: #979797. Windows color (decimal): -301921 or 10446075. OLE color: 10446075.
HSL color Cylindrical-coordinate representation of color #FB649F: hue angle of 336.56º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB649F is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 159 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.02 |
| HSL | 336.56º | 0.95% | 0.69% | - |
| HSV(B) | 336.56º | 0.6% | 0.98% | - |
| XYZ | 50.6 | 32.13 | 36.34 | - |
| YUV | 151.88 | 132.03 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 159 | 0 | 0.60 | 0.37 | 0.02 | 336.56 | 0.95 | 0.69 |
| Hex | FB | 64 | 9F | 0 | 3C | 25 | 2 | 151 | 5F | 45 |
| Octal | 373 | 144 | 237 | 0 | 74 | 45 | 2 | 521 | 137 | 105 |
| Binary | 11111011 | 1100100 | 10011111 | 0 | 111100 | 100101 | 10 | 101010001 | 1011111 | 1000101 |
Color Harmonies of #FB649F
Complementary color
Monochromatic Colors of #FB649F
Black with #FB649F
Text Example
Text Example
White with #FB649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB649F; }
p { color: rgb(251,100,159); }
H1.HeaderClassName
{
color: #FB649F;
}
.AnyTagClassName
{
color: #FB649F;
}
</style>
background-color css
<style>
a { background-color: #FB649F; }
a { background-color: rgb(251,100,159); }
div.DivClassName
{
background-color: #FB649F;
}
.BgClassName
{
background-color: #FB649F;
}
</style>
border-color css
<style>
span { border-color: #FB649F; }
span { border-color: rgb(251,100,159); }
td.TdClassName
{
border-color: #FB649F;
}
.TagClassName
{
border-color: #FB649F;
}
</style>