Shades of Cupid #F2B2C5
Tints of Cupid #F2B2C5
RGB
CMYK
RGB Variations
Color information
#F2B2C5 (or 0xF2B2C5) is known color: Cupid. HEX triplet: F2, B2 and C5. RGB value is (242,178,197). Sum of RGB (Red+Green+Blue) = 242+178+197=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2C5 is #0D4D3A. Grayscale: #C7C7C7. Windows color (decimal): -871739 or 12956402. OLE color: 12956402.
HSL color Cylindrical-coordinate representation of color #F2B2C5: hue angle of 342.19º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2B2C5 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 197 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.05 |
| HSL | 342.19º | 0.71% | 0.82% | - |
| HSV(B) | 342.19º | 0.26% | 0.95% | - |
| XYZ | 62.62 | 54.75 | 60.09 | - |
| YUV | 199.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 197 | 0 | 0.26 | 0.19 | 0.05 | 342.19 | 0.71 | 0.82 |
| Hex | F2 | B2 | C5 | 0 | 1A | 13 | 5 | 156 | 47 | 52 |
| Octal | 362 | 262 | 305 | 0 | 32 | 23 | 5 | 526 | 107 | 122 |
| Binary | 11110010 | 10110010 | 11000101 | 0 | 11010 | 10011 | 101 | 101010110 | 1000111 | 1010010 |
Color Harmonies of #F2B2C5
Complementary color
Monochromatic Colors of #F2B2C5
Black with #F2B2C5
Text Example
Text Example
White with #F2B2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B2C5; }
p { color: rgb(242,178,197); }
H1.HeaderClassName
{
color: #F2B2C5;
}
.AnyTagClassName
{
color: #F2B2C5;
}
</style>
background-color css
<style>
a { background-color: #F2B2C5; }
a { background-color: rgb(242,178,197); }
div.DivClassName
{
background-color: #F2B2C5;
}
.BgClassName
{
background-color: #F2B2C5;
}
</style>
border-color css
<style>
span { border-color: #F2B2C5; }
span { border-color: rgb(242,178,197); }
td.TdClassName
{
border-color: #F2B2C5;
}
.TagClassName
{
border-color: #F2B2C5;
}
</style>