Shades of Cupid #F5B5C1
Tints of Cupid #F5B5C1
RGB
CMYK
RGB Variations
Color information
#F5B5C1 (or 0xF5B5C1) is known color: Cupid. HEX triplet: F5, B5 and C1. RGB value is (245,181,193). Sum of RGB (Red+Green+Blue) = 245+181+193=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B5C1 is #0A4A3E. Grayscale: #C9C9C9. Windows color (decimal): -674367 or 12695029. OLE color: 12695029.
HSL color Cylindrical-coordinate representation of color #F5B5C1: hue angle of 348.75º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5B5C1 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 181 | 193 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.04 |
| HSL | 348.75º | 0.76% | 0.84% | - |
| HSV(B) | 348.75º | 0.26% | 0.96% | - |
| XYZ | 63.81 | 56.31 | 57.96 | - |
| YUV | 201.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 181 | 193 | 0 | 0.26 | 0.21 | 0.04 | 348.75 | 0.76 | 0.84 |
| Hex | F5 | B5 | C1 | 0 | 1A | 15 | 4 | 15D | 4C | 54 |
| Octal | 365 | 265 | 301 | 0 | 32 | 25 | 4 | 535 | 114 | 124 |
| Binary | 11110101 | 10110101 | 11000001 | 0 | 11010 | 10101 | 100 | 101011101 | 1001100 | 1010100 |
Color Harmonies of #F5B5C1
Complementary color
Monochromatic Colors of #F5B5C1
Black with #F5B5C1
Text Example
Text Example
White with #F5B5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B5C1; }
p { color: rgb(245,181,193); }
H1.HeaderClassName
{
color: #F5B5C1;
}
.AnyTagClassName
{
color: #F5B5C1;
}
</style>
background-color css
<style>
a { background-color: #F5B5C1; }
a { background-color: rgb(245,181,193); }
div.DivClassName
{
background-color: #F5B5C1;
}
.BgClassName
{
background-color: #F5B5C1;
}
</style>
border-color css
<style>
span { border-color: #F5B5C1; }
span { border-color: rgb(245,181,193); }
td.TdClassName
{
border-color: #F5B5C1;
}
.TagClassName
{
border-color: #F5B5C1;
}
</style>