Shades of Cupid #F4B1C3
Tints of Cupid #F4B1C3
RGB
CMYK
RGB Variations
Color information
#F4B1C3 (or 0xF4B1C3) is known color: Cupid. HEX triplet: F4, B1 and C3. RGB value is (244,177,195). Sum of RGB (Red+Green+Blue) = 244+177+195=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B1C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B1C3 is #0B4E3C. Grayscale: #C7C7C7. Windows color (decimal): -740925 or 12825076. OLE color: 12825076.
HSL color Cylindrical-coordinate representation of color #F4B1C3: hue angle of 343.88º degrees, saturation: 0.75, 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 #F4B1C3 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 177 | 195 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.04 |
| HSL | 343.88º | 0.75% | 0.83% | - |
| HSV(B) | 343.88º | 0.27% | 0.96% | - |
| XYZ | 62.88 | 54.62 | 58.86 | - |
| YUV | 199.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 177 | 195 | 0 | 0.27 | 0.20 | 0.04 | 343.88 | 0.75 | 0.83 |
| Hex | F4 | B1 | C3 | 0 | 1B | 14 | 4 | 158 | 4B | 53 |
| Octal | 364 | 261 | 303 | 0 | 33 | 24 | 4 | 530 | 113 | 123 |
| Binary | 11110100 | 10110001 | 11000011 | 0 | 11011 | 10100 | 100 | 101011000 | 1001011 | 1010011 |
Color Harmonies of #F4B1C3
Complementary color
Monochromatic Colors of #F4B1C3
Black with #F4B1C3
Text Example
Text Example
White with #F4B1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B1C3; }
p { color: rgb(244,177,195); }
H1.HeaderClassName
{
color: #F4B1C3;
}
.AnyTagClassName
{
color: #F4B1C3;
}
</style>
background-color css
<style>
a { background-color: #F4B1C3; }
a { background-color: rgb(244,177,195); }
div.DivClassName
{
background-color: #F4B1C3;
}
.BgClassName
{
background-color: #F4B1C3;
}
</style>
border-color css
<style>
span { border-color: #F4B1C3; }
span { border-color: rgb(244,177,195); }
td.TdClassName
{
border-color: #F4B1C3;
}
.TagClassName
{
border-color: #F4B1C3;
}
</style>