Shades of Brilliant Rose #FB699D
Tints of Brilliant Rose #FB699D
RGB
CMYK
RGB Variations
Color information
#FB699D (or 0xFB699D) is known color: Brilliant Rose. HEX triplet: FB, 69 and 9D. RGB value is (251,105,157). Sum of RGB (Red+Green+Blue) = 251+105+157=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB699D is #049662. Grayscale: #9A9A9A. Windows color (decimal): -300643 or 10316283. OLE color: 10316283.
HSL color Cylindrical-coordinate representation of color #FB699D: hue angle of 338.63º 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 #FB699D is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 157 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.02 |
| HSL | 338.63º | 0.95% | 0.7% | - |
| HSV(B) | 338.63º | 0.58% | 0.98% | - |
| XYZ | 50.92 | 33.05 | 35.59 | - |
| YUV | 154.58 | 129.37 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 157 | 0 | 0.58 | 0.37 | 0.02 | 338.63 | 0.95 | 0.7 |
| Hex | FB | 69 | 9D | 0 | 3A | 25 | 2 | 153 | 5F | 46 |
| Octal | 373 | 151 | 235 | 0 | 72 | 45 | 2 | 523 | 137 | 106 |
| Binary | 11111011 | 1101001 | 10011101 | 0 | 111010 | 100101 | 10 | 101010011 | 1011111 | 1000110 |
Color Harmonies of #FB699D
Complementary color
Monochromatic Colors of #FB699D
Black with #FB699D
Text Example
Text Example
White with #FB699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB699D; }
p { color: rgb(251,105,157); }
H1.HeaderClassName
{
color: #FB699D;
}
.AnyTagClassName
{
color: #FB699D;
}
</style>
background-color css
<style>
a { background-color: #FB699D; }
a { background-color: rgb(251,105,157); }
div.DivClassName
{
background-color: #FB699D;
}
.BgClassName
{
background-color: #FB699D;
}
</style>
border-color css
<style>
span { border-color: #FB699D; }
span { border-color: rgb(251,105,157); }
td.TdClassName
{
border-color: #FB699D;
}
.TagClassName
{
border-color: #FB699D;
}
</style>