Shades of Cupid #F1AFC4
Tints of Cupid #F1AFC4
RGB
CMYK
RGB Variations
Color information
#F1AFC4 (or 0xF1AFC4) is known color: Cupid. HEX triplet: F1, AF and C4. RGB value is (241,175,196). Sum of RGB (Red+Green+Blue) = 241+175+196=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFC4 is #0E503B. Grayscale: #C5C5C5. Windows color (decimal): -938044 or 12890097. OLE color: 12890097.
HSL color Cylindrical-coordinate representation of color #F1AFC4: hue angle of 340.91º 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 #F1AFC4 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 196 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.05 |
| HSL | 340.91º | 0.7% | 0.82% | - |
| HSV(B) | 340.91º | 0.27% | 0.95% | - |
| XYZ | 61.57 | 53.35 | 59.28 | - |
| YUV | 197.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 196 | 0 | 0.27 | 0.19 | 0.05 | 340.91 | 0.7 | 0.82 |
| Hex | F1 | AF | C4 | 0 | 1B | 13 | 5 | 155 | 46 | 52 |
| Octal | 361 | 257 | 304 | 0 | 33 | 23 | 5 | 525 | 106 | 122 |
| Binary | 11110001 | 10101111 | 11000100 | 0 | 11011 | 10011 | 101 | 101010101 | 1000110 | 1010010 |
Color Harmonies of #F1AFC4
Complementary color
Monochromatic Colors of #F1AFC4
Black with #F1AFC4
Text Example
Text Example
White with #F1AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AFC4; }
p { color: rgb(241,175,196); }
H1.HeaderClassName
{
color: #F1AFC4;
}
.AnyTagClassName
{
color: #F1AFC4;
}
</style>
background-color css
<style>
a { background-color: #F1AFC4; }
a { background-color: rgb(241,175,196); }
div.DivClassName
{
background-color: #F1AFC4;
}
.BgClassName
{
background-color: #F1AFC4;
}
</style>
border-color css
<style>
span { border-color: #F1AFC4; }
span { border-color: rgb(241,175,196); }
td.TdClassName
{
border-color: #F1AFC4;
}
.TagClassName
{
border-color: #F1AFC4;
}
</style>