Shades of Cupid #F1B2C4
Tints of Cupid #F1B2C4
RGB
CMYK
RGB Variations
Color information
#F1B2C4 (or 0xF1B2C4) is known color: Cupid. HEX triplet: F1, B2 and C4. RGB value is (241,178,196). Sum of RGB (Red+Green+Blue) = 241+178+196=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B2C4 is #0E4D3B. Grayscale: #C6C6C6. Windows color (decimal): -937276 or 12890865. OLE color: 12890865.
HSL color Cylindrical-coordinate representation of color #F1B2C4: hue angle of 342.86º degrees, saturation: 0.69, 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 #F1B2C4 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 178 | 196 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.05 |
| HSL | 342.86º | 0.69% | 0.82% | - |
| HSV(B) | 342.86º | 0.26% | 0.95% | - |
| XYZ | 62.16 | 54.53 | 59.47 | - |
| YUV | 198.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 178 | 196 | 0 | 0.26 | 0.19 | 0.05 | 342.86 | 0.69 | 0.82 |
| Hex | F1 | B2 | C4 | 0 | 1A | 13 | 5 | 157 | 45 | 52 |
| Octal | 361 | 262 | 304 | 0 | 32 | 23 | 5 | 527 | 105 | 122 |
| Binary | 11110001 | 10110010 | 11000100 | 0 | 11010 | 10011 | 101 | 101010111 | 1000101 | 1010010 |
Color Harmonies of #F1B2C4
Complementary color
Monochromatic Colors of #F1B2C4
Black with #F1B2C4
Text Example
Text Example
White with #F1B2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B2C4; }
p { color: rgb(241,178,196); }
H1.HeaderClassName
{
color: #F1B2C4;
}
.AnyTagClassName
{
color: #F1B2C4;
}
</style>
background-color css
<style>
a { background-color: #F1B2C4; }
a { background-color: rgb(241,178,196); }
div.DivClassName
{
background-color: #F1B2C4;
}
.BgClassName
{
background-color: #F1B2C4;
}
</style>
border-color css
<style>
span { border-color: #F1B2C4; }
span { border-color: rgb(241,178,196); }
td.TdClassName
{
border-color: #F1B2C4;
}
.TagClassName
{
border-color: #F1B2C4;
}
</style>