Shades of Carissma #F57C8F
Tints of Carissma #F57C8F
RGB
CMYK
RGB Variations
Color information
#F57C8F (or 0xF57C8F) is known color: Carissma. HEX triplet: F5, 7C and 8F. RGB value is (245,124,143). Sum of RGB (Red+Green+Blue) = 245+124+143=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57C8F is #0A8370. Grayscale: #A2A2A2. Windows color (decimal): -689009 or 9403637. OLE color: 9403637.
HSL color Cylindrical-coordinate representation of color #F57C8F: hue angle of 350.58º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57C8F is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 143 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.04 |
| HSL | 350.58º | 0.86% | 0.72% | - |
| HSV(B) | 350.58º | 0.49% | 0.96% | - |
| XYZ | 49.82 | 35.81 | 30.27 | - |
| YUV | 162.35 | 117.09 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 143 | 0 | 0.49 | 0.42 | 0.04 | 350.58 | 0.86 | 0.72 |
| Hex | F5 | 7C | 8F | 0 | 31 | 2A | 4 | 15F | 56 | 48 |
| Octal | 365 | 174 | 217 | 0 | 61 | 52 | 4 | 537 | 126 | 110 |
| Binary | 11110101 | 1111100 | 10001111 | 0 | 110001 | 101010 | 100 | 101011111 | 1010110 | 1001000 |
Color Harmonies of #F57C8F
Complementary color
Monochromatic Colors of #F57C8F
Black with #F57C8F
Text Example
Text Example
White with #F57C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57C8F; }
p { color: rgb(245,124,143); }
H1.HeaderClassName
{
color: #F57C8F;
}
.AnyTagClassName
{
color: #F57C8F;
}
</style>
background-color css
<style>
a { background-color: #F57C8F; }
a { background-color: rgb(245,124,143); }
div.DivClassName
{
background-color: #F57C8F;
}
.BgClassName
{
background-color: #F57C8F;
}
</style>
border-color css
<style>
span { border-color: #F57C8F; }
span { border-color: rgb(245,124,143); }
td.TdClassName
{
border-color: #F57C8F;
}
.TagClassName
{
border-color: #F57C8F;
}
</style>