Shades of Brilliant Rose #FB699A
Tints of Brilliant Rose #FB699A
RGB
CMYK
RGB Variations
Color information
#FB699A (or 0xFB699A) is known color: Brilliant Rose. HEX triplet: FB, 69 and 9A. RGB value is (251,105,154). Sum of RGB (Red+Green+Blue) = 251+105+154=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB699A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB699A is #049665. Grayscale: #9A9A9A. Windows color (decimal): -300646 or 10119675. OLE color: 10119675.
HSL color Cylindrical-coordinate representation of color #FB699A: hue angle of 339.86º 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 #FB699A is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 154 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.02 |
| HSL | 339.86º | 0.95% | 0.7% | - |
| HSV(B) | 339.86º | 0.58% | 0.98% | - |
| XYZ | 50.67 | 32.95 | 34.26 | - |
| YUV | 154.24 | 127.87 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 154 | 0 | 0.58 | 0.39 | 0.02 | 339.86 | 0.95 | 0.7 |
| Hex | FB | 69 | 9A | 0 | 3A | 27 | 2 | 154 | 5F | 46 |
| Octal | 373 | 151 | 232 | 0 | 72 | 47 | 2 | 524 | 137 | 106 |
| Binary | 11111011 | 1101001 | 10011010 | 0 | 111010 | 100111 | 10 | 101010100 | 1011111 | 1000110 |
Color Harmonies of #FB699A
Complementary color
Monochromatic Colors of #FB699A
Black with #FB699A
Text Example
Text Example
White with #FB699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB699A; }
p { color: rgb(251,105,154); }
H1.HeaderClassName
{
color: #FB699A;
}
.AnyTagClassName
{
color: #FB699A;
}
</style>
background-color css
<style>
a { background-color: #FB699A; }
a { background-color: rgb(251,105,154); }
div.DivClassName
{
background-color: #FB699A;
}
.BgClassName
{
background-color: #FB699A;
}
</style>
border-color css
<style>
span { border-color: #FB699A; }
span { border-color: rgb(251,105,154); }
td.TdClassName
{
border-color: #FB699A;
}
.TagClassName
{
border-color: #FB699A;
}
</style>