Shades of Carissma #F57D8E
Tints of Carissma #F57D8E
RGB
CMYK
RGB Variations
Color information
#F57D8E (or 0xF57D8E) is known color: Carissma. HEX triplet: F5, 7D and 8E. RGB value is (245,125,142). Sum of RGB (Red+Green+Blue) = 245+125+142=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57D8E is #0A8271. Grayscale: #A2A2A2. Windows color (decimal): -688754 or 9338357. OLE color: 9338357.
HSL color Cylindrical-coordinate representation of color #F57D8E: hue angle of 351.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57D8E is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 142 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.04 |
| HSL | 351.5º | 0.86% | 0.73% | - |
| HSV(B) | 351.5º | 0.49% | 0.96% | - |
| XYZ | 49.87 | 36.03 | 29.92 | - |
| YUV | 162.82 | 116.26 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 142 | 0 | 0.49 | 0.42 | 0.04 | 351.5 | 0.86 | 0.73 |
| Hex | F5 | 7D | 8E | 0 | 31 | 2A | 4 | 160 | 56 | 49 |
| Octal | 365 | 175 | 216 | 0 | 61 | 52 | 4 | 540 | 126 | 111 |
| Binary | 11110101 | 1111101 | 10001110 | 0 | 110001 | 101010 | 100 | 101100000 | 1010110 | 1001001 |
Color Harmonies of #F57D8E
Complementary color
Monochromatic Colors of #F57D8E
Black with #F57D8E
Text Example
Text Example
White with #F57D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57D8E; }
p { color: rgb(245,125,142); }
H1.HeaderClassName
{
color: #F57D8E;
}
.AnyTagClassName
{
color: #F57D8E;
}
</style>
background-color css
<style>
a { background-color: #F57D8E; }
a { background-color: rgb(245,125,142); }
div.DivClassName
{
background-color: #F57D8E;
}
.BgClassName
{
background-color: #F57D8E;
}
</style>
border-color css
<style>
span { border-color: #F57D8E; }
span { border-color: rgb(245,125,142); }
td.TdClassName
{
border-color: #F57D8E;
}
.TagClassName
{
border-color: #F57D8E;
}
</style>