Shades of Cupid #F5B3C9
Tints of Cupid #F5B3C9
RGB
CMYK
RGB Variations
Color information
#F5B3C9 (or 0xF5B3C9) is known color: Cupid. HEX triplet: F5, B3 and C9. RGB value is (245,179,201). Sum of RGB (Red+Green+Blue) = 245+179+201=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B3C9 is #0A4C36. Grayscale: #C9C9C9. Windows color (decimal): -674871 or 13218805. OLE color: 13218805.
HSL color Cylindrical-coordinate representation of color #F5B3C9: hue angle of 340º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5B3C9 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 179 | 201 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.04 |
| HSL | 340º | 0.77% | 0.83% | - |
| HSV(B) | 340º | 0.27% | 0.96% | - |
| XYZ | 64.32 | 55.87 | 62.65 | - |
| YUV | 201.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 201 | 0 | 0.27 | 0.18 | 0.04 | 340 | 0.77 | 0.83 |
| Hex | F5 | B3 | C9 | 0 | 1B | 12 | 4 | 154 | 4D | 53 |
| Octal | 365 | 263 | 311 | 0 | 33 | 22 | 4 | 524 | 115 | 123 |
| Binary | 11110101 | 10110011 | 11001001 | 0 | 11011 | 10010 | 100 | 101010100 | 1001101 | 1010011 |
Color Harmonies of #F5B3C9
Complementary color
Monochromatic Colors of #F5B3C9
Black with #F5B3C9
Text Example
Text Example
White with #F5B3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B3C9; }
p { color: rgb(245,179,201); }
H1.HeaderClassName
{
color: #F5B3C9;
}
.AnyTagClassName
{
color: #F5B3C9;
}
</style>
background-color css
<style>
a { background-color: #F5B3C9; }
a { background-color: rgb(245,179,201); }
div.DivClassName
{
background-color: #F5B3C9;
}
.BgClassName
{
background-color: #F5B3C9;
}
</style>
border-color css
<style>
span { border-color: #F5B3C9; }
span { border-color: rgb(245,179,201); }
td.TdClassName
{
border-color: #F5B3C9;
}
.TagClassName
{
border-color: #F5B3C9;
}
</style>