Shades of Cupid #F9A8BC
Tints of Cupid #F9A8BC
RGB
CMYK
RGB Variations
Color information
#F9A8BC (or 0xF9A8BC) is known color: Cupid. HEX triplet: F9, A8 and BC. RGB value is (249,168,188). Sum of RGB (Red+Green+Blue) = 249+168+188=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A8BC is #065743. Grayscale: #C2C2C2. Windows color (decimal): -415556 or 12364025. OLE color: 12364025.
HSL color Cylindrical-coordinate representation of color #F9A8BC: hue angle of 345.19º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A8BC is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 188 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.02 |
| HSL | 345.19º | 0.87% | 0.82% | - |
| HSV(B) | 345.19º | 0.33% | 0.98% | - |
| XYZ | 62.15 | 51.78 | 54.3 | - |
| YUV | 194.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 188 | 0 | 0.33 | 0.24 | 0.02 | 345.19 | 0.87 | 0.82 |
| Hex | F9 | A8 | BC | 0 | 21 | 18 | 2 | 159 | 57 | 52 |
| Octal | 371 | 250 | 274 | 0 | 41 | 30 | 2 | 531 | 127 | 122 |
| Binary | 11111001 | 10101000 | 10111100 | 0 | 100001 | 11000 | 10 | 101011001 | 1010111 | 1010010 |
Color Harmonies of #F9A8BC
Complementary color
Monochromatic Colors of #F9A8BC
Black with #F9A8BC
Text Example
Text Example
White with #F9A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A8BC; }
p { color: rgb(249,168,188); }
H1.HeaderClassName
{
color: #F9A8BC;
}
.AnyTagClassName
{
color: #F9A8BC;
}
</style>
background-color css
<style>
a { background-color: #F9A8BC; }
a { background-color: rgb(249,168,188); }
div.DivClassName
{
background-color: #F9A8BC;
}
.BgClassName
{
background-color: #F9A8BC;
}
</style>
border-color css
<style>
span { border-color: #F9A8BC; }
span { border-color: rgb(249,168,188); }
td.TdClassName
{
border-color: #F9A8BC;
}
.TagClassName
{
border-color: #F9A8BC;
}
</style>