Shades of Cupid #F1B4C9
Tints of Cupid #F1B4C9
RGB
CMYK
RGB Variations
Color information
#F1B4C9 (or 0xF1B4C9) is known color: Cupid. HEX triplet: F1, B4 and C9. RGB value is (241,180,201). Sum of RGB (Red+Green+Blue) = 241+180+201=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4C9 is #0E4B36. Grayscale: #C8C8C8. Windows color (decimal): -936759 or 13219057. OLE color: 13219057.
HSL color Cylindrical-coordinate representation of color #F1B4C9: hue angle of 339.34º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B4C9 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 180 | 201 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.05 |
| HSL | 339.34º | 0.69% | 0.83% | - |
| HSV(B) | 339.34º | 0.25% | 0.95% | - |
| XYZ | 63.14 | 55.56 | 62.65 | - |
| YUV | 200.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 180 | 201 | 0 | 0.25 | 0.17 | 0.05 | 339.34 | 0.69 | 0.83 |
| Hex | F1 | B4 | C9 | 0 | 19 | 11 | 5 | 153 | 45 | 53 |
| Octal | 361 | 264 | 311 | 0 | 31 | 21 | 5 | 523 | 105 | 123 |
| Binary | 11110001 | 10110100 | 11001001 | 0 | 11001 | 10001 | 101 | 101010011 | 1000101 | 1010011 |
Color Harmonies of #F1B4C9
Complementary color
Monochromatic Colors of #F1B4C9
Black with #F1B4C9
Text Example
Text Example
White with #F1B4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B4C9; }
p { color: rgb(241,180,201); }
H1.HeaderClassName
{
color: #F1B4C9;
}
.AnyTagClassName
{
color: #F1B4C9;
}
</style>
background-color css
<style>
a { background-color: #F1B4C9; }
a { background-color: rgb(241,180,201); }
div.DivClassName
{
background-color: #F1B4C9;
}
.BgClassName
{
background-color: #F1B4C9;
}
</style>
border-color css
<style>
span { border-color: #F1B4C9; }
span { border-color: rgb(241,180,201); }
td.TdClassName
{
border-color: #F1B4C9;
}
.TagClassName
{
border-color: #F1B4C9;
}
</style>