Shades of Cupid #F5AFC1
Tints of Cupid #F5AFC1
RGB
CMYK
RGB Variations
Color information
#F5AFC1 (or 0xF5AFC1) is known color: Cupid. HEX triplet: F5, AF and C1. RGB value is (245,175,193). Sum of RGB (Red+Green+Blue) = 245+175+193=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFC1 is #0A503E. Grayscale: #C5C5C5. Windows color (decimal): -675903 or 12693493. OLE color: 12693493.
HSL color Cylindrical-coordinate representation of color #F5AFC1: hue angle of 344.57º 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 #F5AFC1 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 193 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.04 |
| HSL | 344.57º | 0.78% | 0.82% | - |
| HSV(B) | 344.57º | 0.29% | 0.96% | - |
| XYZ | 62.61 | 53.92 | 57.56 | - |
| YUV | 197.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 193 | 0 | 0.29 | 0.21 | 0.04 | 344.57 | 0.78 | 0.82 |
| Hex | F5 | AF | C1 | 0 | 1D | 15 | 4 | 159 | 4E | 52 |
| Octal | 365 | 257 | 301 | 0 | 35 | 25 | 4 | 531 | 116 | 122 |
| Binary | 11110101 | 10101111 | 11000001 | 0 | 11101 | 10101 | 100 | 101011001 | 1001110 | 1010010 |
Color Harmonies of #F5AFC1
Complementary color
Monochromatic Colors of #F5AFC1
Black with #F5AFC1
Text Example
Text Example
White with #F5AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AFC1; }
p { color: rgb(245,175,193); }
H1.HeaderClassName
{
color: #F5AFC1;
}
.AnyTagClassName
{
color: #F5AFC1;
}
</style>
background-color css
<style>
a { background-color: #F5AFC1; }
a { background-color: rgb(245,175,193); }
div.DivClassName
{
background-color: #F5AFC1;
}
.BgClassName
{
background-color: #F5AFC1;
}
</style>
border-color css
<style>
span { border-color: #F5AFC1; }
span { border-color: rgb(245,175,193); }
td.TdClassName
{
border-color: #F5AFC1;
}
.TagClassName
{
border-color: #F5AFC1;
}
</style>