Shades of Brilliant Rose #FA699D
Tints of Brilliant Rose #FA699D
RGB
CMYK
RGB Variations
Color information
#FA699D (or 0xFA699D) is known color: Brilliant Rose. HEX triplet: FA, 69 and 9D. RGB value is (250,105,157). Sum of RGB (Red+Green+Blue) = 250+105+157=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA699D is #059662. Grayscale: #9A9A9A. Windows color (decimal): -366179 or 10316282. OLE color: 10316282.
HSL color Cylindrical-coordinate representation of color #FA699D: hue angle of 338.48º 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 #FA699D is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 157 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.02 |
| HSL | 338.48º | 0.94% | 0.7% | - |
| HSV(B) | 338.48º | 0.58% | 0.98% | - |
| XYZ | 50.56 | 32.86 | 35.58 | - |
| YUV | 154.28 | 129.54 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 157 | 0 | 0.58 | 0.37 | 0.02 | 338.48 | 0.94 | 0.7 |
| Hex | FA | 69 | 9D | 0 | 3A | 25 | 2 | 152 | 5E | 46 |
| Octal | 372 | 151 | 235 | 0 | 72 | 45 | 2 | 522 | 136 | 106 |
| Binary | 11111010 | 1101001 | 10011101 | 0 | 111010 | 100101 | 10 | 101010010 | 1011110 | 1000110 |
Color Harmonies of #FA699D
Complementary color
Monochromatic Colors of #FA699D
Black with #FA699D
Text Example
Text Example
White with #FA699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA699D; }
p { color: rgb(250,105,157); }
H1.HeaderClassName
{
color: #FA699D;
}
.AnyTagClassName
{
color: #FA699D;
}
</style>
background-color css
<style>
a { background-color: #FA699D; }
a { background-color: rgb(250,105,157); }
div.DivClassName
{
background-color: #FA699D;
}
.BgClassName
{
background-color: #FA699D;
}
</style>
border-color css
<style>
span { border-color: #FA699D; }
span { border-color: rgb(250,105,157); }
td.TdClassName
{
border-color: #FA699D;
}
.TagClassName
{
border-color: #FA699D;
}
</style>