Shades of Cupid #F1AFC1
Tints of Cupid #F1AFC1
RGB
CMYK
RGB Variations
Color information
#F1AFC1 (or 0xF1AFC1) is known color: Cupid. HEX triplet: F1, AF and C1. RGB value is (241,175,193). Sum of RGB (Red+Green+Blue) = 241+175+193=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFC1 is #0E503E. Grayscale: #C4C4C4. Windows color (decimal): -938047 or 12693489. OLE color: 12693489.
HSL color Cylindrical-coordinate representation of color #F1AFC1: hue angle of 343.64º 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 #F1AFC1 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 193 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.05 |
| HSL | 343.64º | 0.7% | 0.82% | - |
| HSV(B) | 343.64º | 0.27% | 0.95% | - |
| XYZ | 61.23 | 53.21 | 57.5 | - |
| YUV | 196.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 193 | 0 | 0.27 | 0.20 | 0.05 | 343.64 | 0.7 | 0.82 |
| Hex | F1 | AF | C1 | 0 | 1B | 14 | 5 | 158 | 46 | 52 |
| Octal | 361 | 257 | 301 | 0 | 33 | 24 | 5 | 530 | 106 | 122 |
| Binary | 11110001 | 10101111 | 11000001 | 0 | 11011 | 10100 | 101 | 101011000 | 1000110 | 1010010 |
Color Harmonies of #F1AFC1
Complementary color
Monochromatic Colors of #F1AFC1
Black with #F1AFC1
Text Example
Text Example
White with #F1AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AFC1; }
p { color: rgb(241,175,193); }
H1.HeaderClassName
{
color: #F1AFC1;
}
.AnyTagClassName
{
color: #F1AFC1;
}
</style>
background-color css
<style>
a { background-color: #F1AFC1; }
a { background-color: rgb(241,175,193); }
div.DivClassName
{
background-color: #F1AFC1;
}
.BgClassName
{
background-color: #F1AFC1;
}
</style>
border-color css
<style>
span { border-color: #F1AFC1; }
span { border-color: rgb(241,175,193); }
td.TdClassName
{
border-color: #F1AFC1;
}
.TagClassName
{
border-color: #F1AFC1;
}
</style>