Shades of Romantic #F9C1A1
Tints of Romantic #F9C1A1
RGB
CMYK
RGB Variations
Color information
#F9C1A1 (or 0xF9C1A1) is known color: Romantic. HEX triplet: F9, C1 and A1. RGB value is (249,193,161). Sum of RGB (Red+Green+Blue) = 249+193+161=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C1A1 is #063E5E. Grayscale: #CECECE. Windows color (decimal): -409183 or 10600953. OLE color: 10600953.
HSL color Cylindrical-coordinate representation of color #F9C1A1: hue angle of 21.82º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9C1A1 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 193 | 161 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.02 |
| HSL | 21.82º | 0.88% | 0.8% | - |
| HSV(B) | 21.82º | 0.35% | 0.98% | - |
| XYZ | 64.57 | 60.85 | 42.06 | - |
| YUV | 206.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 161 | 0 | 0.22 | 0.35 | 0.02 | 21.82 | 0.88 | 0.8 |
| Hex | F9 | C1 | A1 | 0 | 16 | 23 | 2 | 16 | 58 | 50 |
| Octal | 371 | 301 | 241 | 0 | 26 | 43 | 2 | 26 | 130 | 120 |
| Binary | 11111001 | 11000001 | 10100001 | 0 | 10110 | 100011 | 10 | 10110 | 1011000 | 1010000 |
Color Harmonies of #F9C1A1
Complementary color
Monochromatic Colors of #F9C1A1
Black with #F9C1A1
Text Example
Text Example
White with #F9C1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C1A1; }
p { color: rgb(249,193,161); }
H1.HeaderClassName
{
color: #F9C1A1;
}
.AnyTagClassName
{
color: #F9C1A1;
}
</style>
background-color css
<style>
a { background-color: #F9C1A1; }
a { background-color: rgb(249,193,161); }
div.DivClassName
{
background-color: #F9C1A1;
}
.BgClassName
{
background-color: #F9C1A1;
}
</style>
border-color css
<style>
span { border-color: #F9C1A1; }
span { border-color: rgb(249,193,161); }
td.TdClassName
{
border-color: #F9C1A1;
}
.TagClassName
{
border-color: #F9C1A1;
}
</style>