Shades of Cupid #F5B1C6
Tints of Cupid #F5B1C6
RGB
CMYK
RGB Variations
Color information
#F5B1C6 (or 0xF5B1C6) is known color: Cupid. HEX triplet: F5, B1 and C6. RGB value is (245,177,198). Sum of RGB (Red+Green+Blue) = 245+177+198=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5B1C6 is #0A4E39. Grayscale: #C7C7C7. Windows color (decimal): -675386 or 13021685. OLE color: 13021685.
HSL color Cylindrical-coordinate representation of color #F5B1C6: hue angle of 341.47º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B1C6 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 177 | 198 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.04 |
| HSL | 341.47º | 0.77% | 0.83% | - |
| HSV(B) | 341.47º | 0.28% | 0.96% | - |
| XYZ | 63.57 | 54.93 | 60.68 | - |
| YUV | 199.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 177 | 198 | 0 | 0.28 | 0.19 | 0.04 | 341.47 | 0.77 | 0.83 |
| Hex | F5 | B1 | C6 | 0 | 1C | 13 | 4 | 155 | 4D | 53 |
| Octal | 365 | 261 | 306 | 0 | 34 | 23 | 4 | 525 | 115 | 123 |
| Binary | 11110101 | 10110001 | 11000110 | 0 | 11100 | 10011 | 100 | 101010101 | 1001101 | 1010011 |
Color Harmonies of #F5B1C6
Complementary color
Monochromatic Colors of #F5B1C6
Black with #F5B1C6
Text Example
Text Example
White with #F5B1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B1C6; }
p { color: rgb(245,177,198); }
H1.HeaderClassName
{
color: #F5B1C6;
}
.AnyTagClassName
{
color: #F5B1C6;
}
</style>
background-color css
<style>
a { background-color: #F5B1C6; }
a { background-color: rgb(245,177,198); }
div.DivClassName
{
background-color: #F5B1C6;
}
.BgClassName
{
background-color: #F5B1C6;
}
</style>
border-color css
<style>
span { border-color: #F5B1C6; }
span { border-color: rgb(245,177,198); }
td.TdClassName
{
border-color: #F5B1C6;
}
.TagClassName
{
border-color: #F5B1C6;
}
</style>