Shades of Cupid #F9AFC3
Tints of Cupid #F9AFC3
RGB
CMYK
RGB Variations
Color information
#F9AFC3 (or 0xF9AFC3) is known color: Cupid. HEX triplet: F9, AF and C3. RGB value is (249,175,195). Sum of RGB (Red+Green+Blue) = 249+175+195=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFC3 is #06503C. Grayscale: #C7C7C7. Windows color (decimal): -413757 or 12824569. OLE color: 12824569.
HSL color Cylindrical-coordinate representation of color #F9AFC3: hue angle of 343.78º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AFC3 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 195 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.02 |
| HSL | 343.78º | 0.86% | 0.83% | - |
| HSV(B) | 343.78º | 0.3% | 0.98% | - |
| XYZ | 64.25 | 54.74 | 58.81 | - |
| YUV | 199.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 195 | 0 | 0.30 | 0.22 | 0.02 | 343.78 | 0.86 | 0.83 |
| Hex | F9 | AF | C3 | 0 | 1E | 16 | 2 | 158 | 56 | 53 |
| Octal | 371 | 257 | 303 | 0 | 36 | 26 | 2 | 530 | 126 | 123 |
| Binary | 11111001 | 10101111 | 11000011 | 0 | 11110 | 10110 | 10 | 101011000 | 1010110 | 1010011 |
Color Harmonies of #F9AFC3
Complementary color
Monochromatic Colors of #F9AFC3
Black with #F9AFC3
Text Example
Text Example
White with #F9AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AFC3; }
p { color: rgb(249,175,195); }
H1.HeaderClassName
{
color: #F9AFC3;
}
.AnyTagClassName
{
color: #F9AFC3;
}
</style>
background-color css
<style>
a { background-color: #F9AFC3; }
a { background-color: rgb(249,175,195); }
div.DivClassName
{
background-color: #F9AFC3;
}
.BgClassName
{
background-color: #F9AFC3;
}
</style>
border-color css
<style>
span { border-color: #F9AFC3; }
span { border-color: rgb(249,175,195); }
td.TdClassName
{
border-color: #F9AFC3;
}
.TagClassName
{
border-color: #F9AFC3;
}
</style>