Shades of Cupid #F4A6C1
Tints of Cupid #F4A6C1
RGB
CMYK
RGB Variations
Color information
#F4A6C1 (or 0xF4A6C1) is known color: Cupid. HEX triplet: F4, A6 and C1. RGB value is (244,166,193). Sum of RGB (Red+Green+Blue) = 244+166+193=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A6C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A6C1 is #0B593E. Grayscale: #C0C0C0. Windows color (decimal): -743743 or 12691188. OLE color: 12691188.
HSL color Cylindrical-coordinate representation of color #F4A6C1: hue angle of 339.23º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A6C1 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 166 | 193 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.04 |
| HSL | 339.23º | 0.78% | 0.8% | - |
| HSV(B) | 339.23º | 0.32% | 0.96% | - |
| XYZ | 60.57 | 50.36 | 56.98 | - |
| YUV | 192.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 166 | 193 | 0 | 0.32 | 0.21 | 0.04 | 339.23 | 0.78 | 0.8 |
| Hex | F4 | A6 | C1 | 0 | 20 | 15 | 4 | 153 | 4E | 50 |
| Octal | 364 | 246 | 301 | 0 | 40 | 25 | 4 | 523 | 116 | 120 |
| Binary | 11110100 | 10100110 | 11000001 | 0 | 100000 | 10101 | 100 | 101010011 | 1001110 | 1010000 |
Color Harmonies of #F4A6C1
Complementary color
Monochromatic Colors of #F4A6C1
Black with #F4A6C1
Text Example
Text Example
White with #F4A6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A6C1; }
p { color: rgb(244,166,193); }
H1.HeaderClassName
{
color: #F4A6C1;
}
.AnyTagClassName
{
color: #F4A6C1;
}
</style>
background-color css
<style>
a { background-color: #F4A6C1; }
a { background-color: rgb(244,166,193); }
div.DivClassName
{
background-color: #F4A6C1;
}
.BgClassName
{
background-color: #F4A6C1;
}
</style>
border-color css
<style>
span { border-color: #F4A6C1; }
span { border-color: rgb(244,166,193); }
td.TdClassName
{
border-color: #F4A6C1;
}
.TagClassName
{
border-color: #F4A6C1;
}
</style>