Shades of Carissma #F57992
Tints of Carissma #F57992
RGB
CMYK
RGB Variations
Color information
#F57992 (or 0xF57992) is known color: Carissma. HEX triplet: F5, 79 and 92. RGB value is (245,121,146). Sum of RGB (Red+Green+Blue) = 245+121+146=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F57992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57992 is #0A866D. Grayscale: #A0A0A0. Windows color (decimal): -689774 or 9599477. OLE color: 9599477.
HSL color Cylindrical-coordinate representation of color #F57992: hue angle of 347.9º 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 #F57992 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 146 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.04 |
| HSL | 347.9º | 0.86% | 0.72% | - |
| HSV(B) | 347.9º | 0.51% | 0.96% | - |
| XYZ | 49.68 | 35.16 | 31.36 | - |
| YUV | 160.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 146 | 0 | 0.51 | 0.40 | 0.04 | 347.9 | 0.86 | 0.72 |
| Hex | F5 | 79 | 92 | 0 | 33 | 28 | 4 | 15C | 56 | 48 |
| Octal | 365 | 171 | 222 | 0 | 63 | 50 | 4 | 534 | 126 | 110 |
| Binary | 11110101 | 1111001 | 10010010 | 0 | 110011 | 101000 | 100 | 101011100 | 1010110 | 1001000 |
Color Harmonies of #F57992
Complementary color
Monochromatic Colors of #F57992
Black with #F57992
Text Example
Text Example
White with #F57992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57992; }
p { color: rgb(245,121,146); }
H1.HeaderClassName
{
color: #F57992;
}
.AnyTagClassName
{
color: #F57992;
}
</style>
background-color css
<style>
a { background-color: #F57992; }
a { background-color: rgb(245,121,146); }
div.DivClassName
{
background-color: #F57992;
}
.BgClassName
{
background-color: #F57992;
}
</style>
border-color css
<style>
span { border-color: #F57992; }
span { border-color: rgb(245,121,146); }
td.TdClassName
{
border-color: #F57992;
}
.TagClassName
{
border-color: #F57992;
}
</style>