Shades of Cupid #F2ACC2
Tints of Cupid #F2ACC2
RGB
CMYK
RGB Variations
Color information
#F2ACC2 (or 0xF2ACC2) is known color: Cupid. HEX triplet: F2, AC and C2. RGB value is (242,172,194). Sum of RGB (Red+Green+Blue) = 242+172+194=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACC2 is #0D533D. Grayscale: #C3C3C3. Windows color (decimal): -873278 or 12758258. OLE color: 12758258.
HSL color Cylindrical-coordinate representation of color #F2ACC2: hue angle of 341.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ACC2 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 194 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.05 |
| HSL | 341.14º | 0.73% | 0.81% | - |
| HSV(B) | 341.14º | 0.29% | 0.95% | - |
| XYZ | 61.11 | 52.28 | 57.91 | - |
| YUV | 195.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 194 | 0 | 0.29 | 0.20 | 0.05 | 341.14 | 0.73 | 0.81 |
| Hex | F2 | AC | C2 | 0 | 1D | 14 | 5 | 155 | 49 | 51 |
| Octal | 362 | 254 | 302 | 0 | 35 | 24 | 5 | 525 | 111 | 121 |
| Binary | 11110010 | 10101100 | 11000010 | 0 | 11101 | 10100 | 101 | 101010101 | 1001001 | 1010001 |
Color Harmonies of #F2ACC2
Complementary color
Monochromatic Colors of #F2ACC2
Black with #F2ACC2
Text Example
Text Example
White with #F2ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ACC2; }
p { color: rgb(242,172,194); }
H1.HeaderClassName
{
color: #F2ACC2;
}
.AnyTagClassName
{
color: #F2ACC2;
}
</style>
background-color css
<style>
a { background-color: #F2ACC2; }
a { background-color: rgb(242,172,194); }
div.DivClassName
{
background-color: #F2ACC2;
}
.BgClassName
{
background-color: #F2ACC2;
}
</style>
border-color css
<style>
span { border-color: #F2ACC2; }
span { border-color: rgb(242,172,194); }
td.TdClassName
{
border-color: #F2ACC2;
}
.TagClassName
{
border-color: #F2ACC2;
}
</style>