Shades of Carissma #F57991
Tints of Carissma #F57991
RGB
CMYK
RGB Variations
Color information
#F57991 (or 0xF57991) is known color: Carissma. HEX triplet: F5, 79 and 91. RGB value is (245,121,145). Sum of RGB (Red+Green+Blue) = 245+121+145=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F57991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57991 is #0A866E. Grayscale: #A0A0A0. Windows color (decimal): -689775 or 9533941. OLE color: 9533941.
HSL color Cylindrical-coordinate representation of color #F57991: hue angle of 348.39º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57991 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 145 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.04 |
| HSL | 348.39º | 0.86% | 0.72% | - |
| HSV(B) | 348.39º | 0.51% | 0.96% | - |
| XYZ | 49.6 | 35.13 | 30.95 | - |
| YUV | 160.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 145 | 0 | 0.51 | 0.41 | 0.04 | 348.39 | 0.86 | 0.72 |
| Hex | F5 | 79 | 91 | 0 | 33 | 29 | 4 | 15C | 56 | 48 |
| Octal | 365 | 171 | 221 | 0 | 63 | 51 | 4 | 534 | 126 | 110 |
| Binary | 11110101 | 1111001 | 10010001 | 0 | 110011 | 101001 | 100 | 101011100 | 1010110 | 1001000 |
Color Harmonies of #F57991
Complementary color
Monochromatic Colors of #F57991
Black with #F57991
Text Example
Text Example
White with #F57991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57991; }
p { color: rgb(245,121,145); }
H1.HeaderClassName
{
color: #F57991;
}
.AnyTagClassName
{
color: #F57991;
}
</style>
background-color css
<style>
a { background-color: #F57991; }
a { background-color: rgb(245,121,145); }
div.DivClassName
{
background-color: #F57991;
}
.BgClassName
{
background-color: #F57991;
}
</style>
border-color css
<style>
span { border-color: #F57991; }
span { border-color: rgb(245,121,145); }
td.TdClassName
{
border-color: #F57991;
}
.TagClassName
{
border-color: #F57991;
}
</style>