Shades of Cupid #F5AFC4
Tints of Cupid #F5AFC4
RGB
CMYK
RGB Variations
Color information
#F5AFC4 (or 0xF5AFC4) is known color: Cupid. HEX triplet: F5, AF and C4. RGB value is (245,175,196). Sum of RGB (Red+Green+Blue) = 245+175+196=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFC4 is #0A503B. Grayscale: #C6C6C6. Windows color (decimal): -675900 or 12890101. OLE color: 12890101.
HSL color Cylindrical-coordinate representation of color #F5AFC4: hue angle of 342º 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 #F5AFC4 is Cyan = 0, Magento = 0.29, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 196 | - |
| CMYK | 0 | 0.29 | 0.2 | 0.04 |
| HSL | 342º | 0.78% | 0.82% | - |
| HSV(B) | 342º | 0.29% | 0.96% | - |
| XYZ | 62.95 | 54.06 | 59.34 | - |
| YUV | 198.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 196 | 0 | 0.29 | 0.2 | 0.04 | 342 | 0.78 | 0.82 |
| Hex | F5 | AF | C4 | 0 | 1D | 14 | 4 | 156 | 4E | 52 |
| Octal | 365 | 257 | 304 | 0 | 35 | 24 | 4 | 526 | 116 | 122 |
| Binary | 11110101 | 10101111 | 11000100 | 0 | 11101 | 10100 | 100 | 101010110 | 1001110 | 1010010 |
Color Harmonies of #F5AFC4
Complementary color
Monochromatic Colors of #F5AFC4
Black with #F5AFC4
Text Example
Text Example
White with #F5AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AFC4; }
p { color: rgb(245,175,196); }
H1.HeaderClassName
{
color: #F5AFC4;
}
.AnyTagClassName
{
color: #F5AFC4;
}
</style>
background-color css
<style>
a { background-color: #F5AFC4; }
a { background-color: rgb(245,175,196); }
div.DivClassName
{
background-color: #F5AFC4;
}
.BgClassName
{
background-color: #F5AFC4;
}
</style>
border-color css
<style>
span { border-color: #F5AFC4; }
span { border-color: rgb(245,175,196); }
td.TdClassName
{
border-color: #F5AFC4;
}
.TagClassName
{
border-color: #F5AFC4;
}
</style>