Shades of Brilliant Rose #FB6997
Tints of Brilliant Rose #FB6997
RGB
CMYK
RGB Variations
Color information
#FB6997 (or 0xFB6997) is known color: Brilliant Rose. HEX triplet: FB, 69 and 97. RGB value is (251,105,151). Sum of RGB (Red+Green+Blue) = 251+105+151=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6997 is #049668. Grayscale: #999999. Windows color (decimal): -300649 or 9923067. OLE color: 9923067.
HSL color Cylindrical-coordinate representation of color #FB6997: hue angle of 341.1º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB6997 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 151 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.02 |
| HSL | 341.1º | 0.95% | 0.7% | - |
| HSV(B) | 341.1º | 0.58% | 0.98% | - |
| XYZ | 50.42 | 32.85 | 32.96 | - |
| YUV | 153.9 | 126.37 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 151 | 0 | 0.58 | 0.40 | 0.02 | 341.1 | 0.95 | 0.7 |
| Hex | FB | 69 | 97 | 0 | 3A | 28 | 2 | 155 | 5F | 46 |
| Octal | 373 | 151 | 227 | 0 | 72 | 50 | 2 | 525 | 137 | 106 |
| Binary | 11111011 | 1101001 | 10010111 | 0 | 111010 | 101000 | 10 | 101010101 | 1011111 | 1000110 |
Color Harmonies of #FB6997
Complementary color
Monochromatic Colors of #FB6997
Black with #FB6997
Text Example
Text Example
White with #FB6997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6997; }
p { color: rgb(251,105,151); }
H1.HeaderClassName
{
color: #FB6997;
}
.AnyTagClassName
{
color: #FB6997;
}
</style>
background-color css
<style>
a { background-color: #FB6997; }
a { background-color: rgb(251,105,151); }
div.DivClassName
{
background-color: #FB6997;
}
.BgClassName
{
background-color: #FB6997;
}
</style>
border-color css
<style>
span { border-color: #FB6997; }
span { border-color: rgb(251,105,151); }
td.TdClassName
{
border-color: #FB6997;
}
.TagClassName
{
border-color: #FB6997;
}
</style>