Shades of Brilliant Rose #FA699B
Tints of Brilliant Rose #FA699B
RGB
CMYK
RGB Variations
Color information
#FA699B (or 0xFA699B) is known color: Brilliant Rose. HEX triplet: FA, 69 and 9B. RGB value is (250,105,155). Sum of RGB (Red+Green+Blue) = 250+105+155=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA699B is #059664. Grayscale: #9A9A9A. Windows color (decimal): -366181 or 10185210. OLE color: 10185210.
HSL color Cylindrical-coordinate representation of color #FA699B: hue angle of 339.31º degrees, saturation: 0.94, 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 #FA699B is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 155 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.02 |
| HSL | 339.31º | 0.94% | 0.7% | - |
| HSV(B) | 339.31º | 0.58% | 0.98% | - |
| XYZ | 50.39 | 32.79 | 34.68 | - |
| YUV | 154.06 | 128.54 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 155 | 0 | 0.58 | 0.38 | 0.02 | 339.31 | 0.94 | 0.7 |
| Hex | FA | 69 | 9B | 0 | 3A | 26 | 2 | 153 | 5E | 46 |
| Octal | 372 | 151 | 233 | 0 | 72 | 46 | 2 | 523 | 136 | 106 |
| Binary | 11111010 | 1101001 | 10011011 | 0 | 111010 | 100110 | 10 | 101010011 | 1011110 | 1000110 |
Color Harmonies of #FA699B
Complementary color
Monochromatic Colors of #FA699B
Black with #FA699B
Text Example
Text Example
White with #FA699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA699B; }
p { color: rgb(250,105,155); }
H1.HeaderClassName
{
color: #FA699B;
}
.AnyTagClassName
{
color: #FA699B;
}
</style>
background-color css
<style>
a { background-color: #FA699B; }
a { background-color: rgb(250,105,155); }
div.DivClassName
{
background-color: #FA699B;
}
.BgClassName
{
background-color: #FA699B;
}
</style>
border-color css
<style>
span { border-color: #FA699B; }
span { border-color: rgb(250,105,155); }
td.TdClassName
{
border-color: #FA699B;
}
.TagClassName
{
border-color: #FA699B;
}
</style>