Shades of Cupid #F4AFC8
Tints of Cupid #F4AFC8
RGB
CMYK
RGB Variations
Color information
#F4AFC8 (or 0xF4AFC8) is known color: Cupid. HEX triplet: F4, AF and C8. RGB value is (244,175,200). Sum of RGB (Red+Green+Blue) = 244+175+200=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AFC8 is #0B5037. Grayscale: #C6C6C6. Windows color (decimal): -741432 or 13152244. OLE color: 13152244.
HSL color Cylindrical-coordinate representation of color #F4AFC8: hue angle of 338.26º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4AFC8 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 200 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.04 |
| HSL | 338.26º | 0.76% | 0.82% | - |
| HSV(B) | 338.26º | 0.28% | 0.96% | - |
| XYZ | 63.06 | 54.06 | 61.76 | - |
| YUV | 198.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 200 | 0 | 0.28 | 0.18 | 0.04 | 338.26 | 0.76 | 0.82 |
| Hex | F4 | AF | C8 | 0 | 1C | 12 | 4 | 152 | 4C | 52 |
| Octal | 364 | 257 | 310 | 0 | 34 | 22 | 4 | 522 | 114 | 122 |
| Binary | 11110100 | 10101111 | 11001000 | 0 | 11100 | 10010 | 100 | 101010010 | 1001100 | 1010010 |
Color Harmonies of #F4AFC8
Complementary color
Monochromatic Colors of #F4AFC8
Black with #F4AFC8
Text Example
Text Example
White with #F4AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AFC8; }
p { color: rgb(244,175,200); }
H1.HeaderClassName
{
color: #F4AFC8;
}
.AnyTagClassName
{
color: #F4AFC8;
}
</style>
background-color css
<style>
a { background-color: #F4AFC8; }
a { background-color: rgb(244,175,200); }
div.DivClassName
{
background-color: #F4AFC8;
}
.BgClassName
{
background-color: #F4AFC8;
}
</style>
border-color css
<style>
span { border-color: #F4AFC8; }
span { border-color: rgb(244,175,200); }
td.TdClassName
{
border-color: #F4AFC8;
}
.TagClassName
{
border-color: #F4AFC8;
}
</style>