Shades of Brilliant Rose #FA699E
Tints of Brilliant Rose #FA699E
RGB
CMYK
RGB Variations
Color information
#FA699E (or 0xFA699E) is known color: Brilliant Rose. HEX triplet: FA, 69 and 9E. RGB value is (250,105,158). Sum of RGB (Red+Green+Blue) = 250+105+158=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA699E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA699E is #059661. Grayscale: #9A9A9A. Windows color (decimal): -366178 or 10381818. OLE color: 10381818.
HSL color Cylindrical-coordinate representation of color #FA699E: hue angle of 338.07º 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 #FA699E is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 158 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.02 |
| HSL | 338.07º | 0.94% | 0.7% | - |
| HSV(B) | 338.07º | 0.58% | 0.98% | - |
| XYZ | 50.65 | 32.9 | 36.03 | - |
| YUV | 154.4 | 130.04 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 158 | 0 | 0.58 | 0.37 | 0.02 | 338.07 | 0.94 | 0.7 |
| Hex | FA | 69 | 9E | 0 | 3A | 25 | 2 | 152 | 5E | 46 |
| Octal | 372 | 151 | 236 | 0 | 72 | 45 | 2 | 522 | 136 | 106 |
| Binary | 11111010 | 1101001 | 10011110 | 0 | 111010 | 100101 | 10 | 101010010 | 1011110 | 1000110 |
Color Harmonies of #FA699E
Complementary color
Monochromatic Colors of #FA699E
Black with #FA699E
Text Example
Text Example
White with #FA699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA699E; }
p { color: rgb(250,105,158); }
H1.HeaderClassName
{
color: #FA699E;
}
.AnyTagClassName
{
color: #FA699E;
}
</style>
background-color css
<style>
a { background-color: #FA699E; }
a { background-color: rgb(250,105,158); }
div.DivClassName
{
background-color: #FA699E;
}
.BgClassName
{
background-color: #FA699E;
}
</style>
border-color css
<style>
span { border-color: #FA699E; }
span { border-color: rgb(250,105,158); }
td.TdClassName
{
border-color: #FA699E;
}
.TagClassName
{
border-color: #FA699E;
}
</style>