Shades of Cupid #F3AFC0
Tints of Cupid #F3AFC0
RGB
CMYK
RGB Variations
Color information
#F3AFC0 (or 0xF3AFC0) is known color: Cupid. HEX triplet: F3, AF and C0. RGB value is (243,175,192). Sum of RGB (Red+Green+Blue) = 243+175+192=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AFC0 is #0C503F. Grayscale: #C5C5C5. Windows color (decimal): -806976 or 12627955. OLE color: 12627955.
HSL color Cylindrical-coordinate representation of color #F3AFC0: hue angle of 345º degrees, saturation: 0.74, 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 #F3AFC0 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 192 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.05 |
| HSL | 345º | 0.74% | 0.82% | - |
| HSV(B) | 345º | 0.28% | 0.95% | - |
| XYZ | 61.81 | 53.52 | 56.94 | - |
| YUV | 197.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 192 | 0 | 0.28 | 0.21 | 0.05 | 345 | 0.74 | 0.82 |
| Hex | F3 | AF | C0 | 0 | 1C | 15 | 5 | 159 | 4A | 52 |
| Octal | 363 | 257 | 300 | 0 | 34 | 25 | 5 | 531 | 112 | 122 |
| Binary | 11110011 | 10101111 | 11000000 | 0 | 11100 | 10101 | 101 | 101011001 | 1001010 | 1010010 |
Color Harmonies of #F3AFC0
Complementary color
Monochromatic Colors of #F3AFC0
Black with #F3AFC0
Text Example
Text Example
White with #F3AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AFC0; }
p { color: rgb(243,175,192); }
H1.HeaderClassName
{
color: #F3AFC0;
}
.AnyTagClassName
{
color: #F3AFC0;
}
</style>
background-color css
<style>
a { background-color: #F3AFC0; }
a { background-color: rgb(243,175,192); }
div.DivClassName
{
background-color: #F3AFC0;
}
.BgClassName
{
background-color: #F3AFC0;
}
</style>
border-color css
<style>
span { border-color: #F3AFC0; }
span { border-color: rgb(243,175,192); }
td.TdClassName
{
border-color: #F3AFC0;
}
.TagClassName
{
border-color: #F3AFC0;
}
</style>