Shades of Cupid #F1AFC2
Tints of Cupid #F1AFC2
RGB
CMYK
RGB Variations
Color information
#F1AFC2 (or 0xF1AFC2) is known color: Cupid. HEX triplet: F1, AF and C2. RGB value is (241,175,194). Sum of RGB (Red+Green+Blue) = 241+175+194=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFC2 is #0E503D. Grayscale: #C4C4C4. Windows color (decimal): -938046 or 12759025. OLE color: 12759025.
HSL color Cylindrical-coordinate representation of color #F1AFC2: hue angle of 342.73º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1AFC2 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 194 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.05 |
| HSL | 342.73º | 0.7% | 0.82% | - |
| HSV(B) | 342.73º | 0.27% | 0.95% | - |
| XYZ | 61.34 | 53.26 | 58.09 | - |
| YUV | 196.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 194 | 0 | 0.27 | 0.20 | 0.05 | 342.73 | 0.7 | 0.82 |
| Hex | F1 | AF | C2 | 0 | 1B | 14 | 5 | 157 | 46 | 52 |
| Octal | 361 | 257 | 302 | 0 | 33 | 24 | 5 | 527 | 106 | 122 |
| Binary | 11110001 | 10101111 | 11000010 | 0 | 11011 | 10100 | 101 | 101010111 | 1000110 | 1010010 |
Color Harmonies of #F1AFC2
Complementary color
Monochromatic Colors of #F1AFC2
Black with #F1AFC2
Text Example
Text Example
White with #F1AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AFC2; }
p { color: rgb(241,175,194); }
H1.HeaderClassName
{
color: #F1AFC2;
}
.AnyTagClassName
{
color: #F1AFC2;
}
</style>
background-color css
<style>
a { background-color: #F1AFC2; }
a { background-color: rgb(241,175,194); }
div.DivClassName
{
background-color: #F1AFC2;
}
.BgClassName
{
background-color: #F1AFC2;
}
</style>
border-color css
<style>
span { border-color: #F1AFC2; }
span { border-color: rgb(241,175,194); }
td.TdClassName
{
border-color: #F1AFC2;
}
.TagClassName
{
border-color: #F1AFC2;
}
</style>