Shades of Brilliant Rose #FB649D
Tints of Brilliant Rose #FB649D
RGB
CMYK
RGB Variations
Color information
#FB649D (or 0xFB649D) is known color: Brilliant Rose. HEX triplet: FB, 64 and 9D. RGB value is (251,100,157). Sum of RGB (Red+Green+Blue) = 251+100+157=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB649D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB649D is #049B62. Grayscale: #979797. Windows color (decimal): -301923 or 10315003. OLE color: 10315003.
HSL color Cylindrical-coordinate representation of color #FB649D: hue angle of 337.35º 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 #FB649D is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 157 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.02 |
| HSL | 337.35º | 0.95% | 0.69% | - |
| HSV(B) | 337.35º | 0.6% | 0.98% | - |
| XYZ | 50.43 | 32.06 | 35.43 | - |
| YUV | 151.65 | 131.03 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 157 | 0 | 0.60 | 0.37 | 0.02 | 337.35 | 0.95 | 0.69 |
| Hex | FB | 64 | 9D | 0 | 3C | 25 | 2 | 151 | 5F | 45 |
| Octal | 373 | 144 | 235 | 0 | 74 | 45 | 2 | 521 | 137 | 105 |
| Binary | 11111011 | 1100100 | 10011101 | 0 | 111100 | 100101 | 10 | 101010001 | 1011111 | 1000101 |
Color Harmonies of #FB649D
Complementary color
Monochromatic Colors of #FB649D
Black with #FB649D
Text Example
Text Example
White with #FB649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB649D; }
p { color: rgb(251,100,157); }
H1.HeaderClassName
{
color: #FB649D;
}
.AnyTagClassName
{
color: #FB649D;
}
</style>
background-color css
<style>
a { background-color: #FB649D; }
a { background-color: rgb(251,100,157); }
div.DivClassName
{
background-color: #FB649D;
}
.BgClassName
{
background-color: #FB649D;
}
</style>
border-color css
<style>
span { border-color: #FB649D; }
span { border-color: rgb(251,100,157); }
td.TdClassName
{
border-color: #FB649D;
}
.TagClassName
{
border-color: #FB649D;
}
</style>