Shades of Cupid #F2A6C1
Tints of Cupid #F2A6C1
RGB
CMYK
RGB Variations
Color information
#F2A6C1 (or 0xF2A6C1) is known color: Cupid. HEX triplet: F2, A6 and C1. RGB value is (242,166,193). Sum of RGB (Red+Green+Blue) = 242+166+193=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A6C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A6C1 is #0D593E. Grayscale: #BFBFBF. Windows color (decimal): -874815 or 12691186. OLE color: 12691186.
HSL color Cylindrical-coordinate representation of color #F2A6C1: hue angle of 338.68º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A6C1 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 193 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.05 |
| HSL | 338.68º | 0.75% | 0.8% | - |
| HSV(B) | 338.68º | 0.31% | 0.95% | - |
| XYZ | 59.88 | 50 | 56.95 | - |
| YUV | 191.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 193 | 0 | 0.31 | 0.20 | 0.05 | 338.68 | 0.75 | 0.8 |
| Hex | F2 | A6 | C1 | 0 | 1F | 14 | 5 | 153 | 4B | 50 |
| Octal | 362 | 246 | 301 | 0 | 37 | 24 | 5 | 523 | 113 | 120 |
| Binary | 11110010 | 10100110 | 11000001 | 0 | 11111 | 10100 | 101 | 101010011 | 1001011 | 1010000 |
Color Harmonies of #F2A6C1
Complementary color
Monochromatic Colors of #F2A6C1
Black with #F2A6C1
Text Example
Text Example
White with #F2A6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A6C1; }
p { color: rgb(242,166,193); }
H1.HeaderClassName
{
color: #F2A6C1;
}
.AnyTagClassName
{
color: #F2A6C1;
}
</style>
background-color css
<style>
a { background-color: #F2A6C1; }
a { background-color: rgb(242,166,193); }
div.DivClassName
{
background-color: #F2A6C1;
}
.BgClassName
{
background-color: #F2A6C1;
}
</style>
border-color css
<style>
span { border-color: #F2A6C1; }
span { border-color: rgb(242,166,193); }
td.TdClassName
{
border-color: #F2A6C1;
}
.TagClassName
{
border-color: #F2A6C1;
}
</style>