Shades of Cupid #F2ACB8
Tints of Cupid #F2ACB8
RGB
CMYK
RGB Variations
Color information
#F2ACB8 (or 0xF2ACB8) is known color: Cupid. HEX triplet: F2, AC and B8. RGB value is (242,172,184). Sum of RGB (Red+Green+Blue) = 242+172+184=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 184 (72.27% from 255 or 30.77% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACB8 is #0D5347. Grayscale: #C2C2C2. Windows color (decimal): -873288 or 12102898. OLE color: 12102898.
HSL color Cylindrical-coordinate representation of color #F2ACB8: hue angle of 349.71º 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 #F2ACB8 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 184 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.05 |
| HSL | 349.71º | 0.73% | 0.81% | - |
| HSV(B) | 349.71º | 0.29% | 0.95% | - |
| XYZ | 60.02 | 51.84 | 52.19 | - |
| YUV | 194.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 184 | 0 | 0.29 | 0.24 | 0.05 | 349.71 | 0.73 | 0.81 |
| Hex | F2 | AC | B8 | 0 | 1D | 18 | 5 | 15E | 49 | 51 |
| Octal | 362 | 254 | 270 | 0 | 35 | 30 | 5 | 536 | 111 | 121 |
| Binary | 11110010 | 10101100 | 10111000 | 0 | 11101 | 11000 | 101 | 101011110 | 1001001 | 1010001 |
Color Harmonies of #F2ACB8
Complementary color
Monochromatic Colors of #F2ACB8
Black with #F2ACB8
Text Example
Text Example
White with #F2ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ACB8; }
p { color: rgb(242,172,184); }
H1.HeaderClassName
{
color: #F2ACB8;
}
.AnyTagClassName
{
color: #F2ACB8;
}
</style>
background-color css
<style>
a { background-color: #F2ACB8; }
a { background-color: rgb(242,172,184); }
div.DivClassName
{
background-color: #F2ACB8;
}
.BgClassName
{
background-color: #F2ACB8;
}
</style>
border-color css
<style>
span { border-color: #F2ACB8; }
span { border-color: rgb(242,172,184); }
td.TdClassName
{
border-color: #F2ACB8;
}
.TagClassName
{
border-color: #F2ACB8;
}
</style>