Shades of Cupid #F1AFC7
Tints of Cupid #F1AFC7
RGB
CMYK
RGB Variations
Color information
#F1AFC7 (or 0xF1AFC7) is known color: Cupid. HEX triplet: F1, AF and C7. RGB value is (241,175,199). Sum of RGB (Red+Green+Blue) = 241+175+199=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFC7 is #0E5038. Grayscale: #C5C5C5. Windows color (decimal): -938041 or 13086705. OLE color: 13086705.
HSL color Cylindrical-coordinate representation of color #F1AFC7: hue angle of 338.18º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1AFC7 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 199 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.05 |
| HSL | 338.18º | 0.7% | 0.82% | - |
| HSV(B) | 338.18º | 0.27% | 0.95% | - |
| XYZ | 61.91 | 53.48 | 61.09 | - |
| YUV | 197.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 199 | 0 | 0.27 | 0.17 | 0.05 | 338.18 | 0.7 | 0.82 |
| Hex | F1 | AF | C7 | 0 | 1B | 11 | 5 | 152 | 46 | 52 |
| Octal | 361 | 257 | 307 | 0 | 33 | 21 | 5 | 522 | 106 | 122 |
| Binary | 11110001 | 10101111 | 11000111 | 0 | 11011 | 10001 | 101 | 101010010 | 1000110 | 1010010 |
Color Harmonies of #F1AFC7
Complementary color
Monochromatic Colors of #F1AFC7
Black with #F1AFC7
Text Example
Text Example
White with #F1AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AFC7; }
p { color: rgb(241,175,199); }
H1.HeaderClassName
{
color: #F1AFC7;
}
.AnyTagClassName
{
color: #F1AFC7;
}
</style>
background-color css
<style>
a { background-color: #F1AFC7; }
a { background-color: rgb(241,175,199); }
div.DivClassName
{
background-color: #F1AFC7;
}
.BgClassName
{
background-color: #F1AFC7;
}
</style>
border-color css
<style>
span { border-color: #F1AFC7; }
span { border-color: rgb(241,175,199); }
td.TdClassName
{
border-color: #F1AFC7;
}
.TagClassName
{
border-color: #F1AFC7;
}
</style>