Shades of Carissma #F57B8E
Tints of Carissma #F57B8E
RGB
CMYK
RGB Variations
Color information
#F57B8E (or 0xF57B8E) is known color: Carissma. HEX triplet: F5, 7B and 8E. RGB value is (245,123,142). Sum of RGB (Red+Green+Blue) = 245+123+142=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57B8E is #0A8471. Grayscale: #A1A1A1. Windows color (decimal): -689266 or 9337845. OLE color: 9337845.
HSL color Cylindrical-coordinate representation of color #F57B8E: hue angle of 350.66º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57B8E is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 142 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.04 |
| HSL | 350.66º | 0.86% | 0.72% | - |
| HSV(B) | 350.66º | 0.5% | 0.96% | - |
| XYZ | 49.62 | 35.53 | 29.83 | - |
| YUV | 161.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 142 | 0 | 0.50 | 0.42 | 0.04 | 350.66 | 0.86 | 0.72 |
| Hex | F5 | 7B | 8E | 0 | 32 | 2A | 4 | 15F | 56 | 48 |
| Octal | 365 | 173 | 216 | 0 | 62 | 52 | 4 | 537 | 126 | 110 |
| Binary | 11110101 | 1111011 | 10001110 | 0 | 110010 | 101010 | 100 | 101011111 | 1010110 | 1001000 |
Color Harmonies of #F57B8E
Complementary color
Monochromatic Colors of #F57B8E
Black with #F57B8E
Text Example
Text Example
White with #F57B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57B8E; }
p { color: rgb(245,123,142); }
H1.HeaderClassName
{
color: #F57B8E;
}
.AnyTagClassName
{
color: #F57B8E;
}
</style>
background-color css
<style>
a { background-color: #F57B8E; }
a { background-color: rgb(245,123,142); }
div.DivClassName
{
background-color: #F57B8E;
}
.BgClassName
{
background-color: #F57B8E;
}
</style>
border-color css
<style>
span { border-color: #F57B8E; }
span { border-color: rgb(245,123,142); }
td.TdClassName
{
border-color: #F57B8E;
}
.TagClassName
{
border-color: #F57B8E;
}
</style>