Shades of Cupid #F2AFC3
Tints of Cupid #F2AFC3
RGB
CMYK
RGB Variations
Color information
#F2AFC3 (or 0xF2AFC3) is known color: Cupid. HEX triplet: F2, AF and C3. RGB value is (242,175,195). Sum of RGB (Red+Green+Blue) = 242+175+195=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFC3 is #0D503C. Grayscale: #C5C5C5. Windows color (decimal): -872509 or 12824562. OLE color: 12824562.
HSL color Cylindrical-coordinate representation of color #F2AFC3: hue angle of 342.09º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AFC3 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 195 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.05 |
| HSL | 342.09º | 0.72% | 0.82% | - |
| HSV(B) | 342.09º | 0.28% | 0.95% | - |
| XYZ | 61.8 | 53.48 | 58.69 | - |
| YUV | 197.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 195 | 0 | 0.28 | 0.19 | 0.05 | 342.09 | 0.72 | 0.82 |
| Hex | F2 | AF | C3 | 0 | 1C | 13 | 5 | 156 | 48 | 52 |
| Octal | 362 | 257 | 303 | 0 | 34 | 23 | 5 | 526 | 110 | 122 |
| Binary | 11110010 | 10101111 | 11000011 | 0 | 11100 | 10011 | 101 | 101010110 | 1001000 | 1010010 |
Color Harmonies of #F2AFC3
Complementary color
Monochromatic Colors of #F2AFC3
Black with #F2AFC3
Text Example
Text Example
White with #F2AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFC3; }
p { color: rgb(242,175,195); }
H1.HeaderClassName
{
color: #F2AFC3;
}
.AnyTagClassName
{
color: #F2AFC3;
}
</style>
background-color css
<style>
a { background-color: #F2AFC3; }
a { background-color: rgb(242,175,195); }
div.DivClassName
{
background-color: #F2AFC3;
}
.BgClassName
{
background-color: #F2AFC3;
}
</style>
border-color css
<style>
span { border-color: #F2AFC3; }
span { border-color: rgb(242,175,195); }
td.TdClassName
{
border-color: #F2AFC3;
}
.TagClassName
{
border-color: #F2AFC3;
}
</style>