Shades of Cupid #F5AFC7
Tints of Cupid #F5AFC7
RGB
CMYK
RGB Variations
Color information
#F5AFC7 (or 0xF5AFC7) is known color: Cupid. HEX triplet: F5, AF and C7. RGB value is (245,175,199). Sum of RGB (Red+Green+Blue) = 245+175+199=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFC7 is #0A5038. Grayscale: #C6C6C6. Windows color (decimal): -675897 or 13086709. OLE color: 13086709.
HSL color Cylindrical-coordinate representation of color #F5AFC7: hue angle of 339.43º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AFC7 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 199 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.04 |
| HSL | 339.43º | 0.78% | 0.82% | - |
| HSV(B) | 339.43º | 0.29% | 0.96% | - |
| XYZ | 63.29 | 54.2 | 61.16 | - |
| YUV | 198.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 199 | 0 | 0.29 | 0.19 | 0.04 | 339.43 | 0.78 | 0.82 |
| Hex | F5 | AF | C7 | 0 | 1D | 13 | 4 | 153 | 4E | 52 |
| Octal | 365 | 257 | 307 | 0 | 35 | 23 | 4 | 523 | 116 | 122 |
| Binary | 11110101 | 10101111 | 11000111 | 0 | 11101 | 10011 | 100 | 101010011 | 1001110 | 1010010 |
Color Harmonies of #F5AFC7
Complementary color
Monochromatic Colors of #F5AFC7
Black with #F5AFC7
Text Example
Text Example
White with #F5AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AFC7; }
p { color: rgb(245,175,199); }
H1.HeaderClassName
{
color: #F5AFC7;
}
.AnyTagClassName
{
color: #F5AFC7;
}
</style>
background-color css
<style>
a { background-color: #F5AFC7; }
a { background-color: rgb(245,175,199); }
div.DivClassName
{
background-color: #F5AFC7;
}
.BgClassName
{
background-color: #F5AFC7;
}
</style>
border-color css
<style>
span { border-color: #F5AFC7; }
span { border-color: rgb(245,175,199); }
td.TdClassName
{
border-color: #F5AFC7;
}
.TagClassName
{
border-color: #F5AFC7;
}
</style>