Shades of Carissma #F57C8C
Tints of Carissma #F57C8C
RGB
CMYK
RGB Variations
Color information
#F57C8C (or 0xF57C8C) is known color: Carissma. HEX triplet: F5, 7C and 8C. RGB value is (245,124,140). Sum of RGB (Red+Green+Blue) = 245+124+140=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57C8C is #0A8373. Grayscale: #A2A2A2. Windows color (decimal): -689012 or 9207029. OLE color: 9207029.
HSL color Cylindrical-coordinate representation of color #F57C8C: hue angle of 352.07º 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 #F57C8C is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 140 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.04 |
| HSL | 352.07º | 0.86% | 0.72% | - |
| HSV(B) | 352.07º | 0.49% | 0.96% | - |
| XYZ | 49.6 | 35.72 | 29.09 | - |
| YUV | 162 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 140 | 0 | 0.49 | 0.43 | 0.04 | 352.07 | 0.86 | 0.72 |
| Hex | F5 | 7C | 8C | 0 | 31 | 2B | 4 | 160 | 56 | 48 |
| Octal | 365 | 174 | 214 | 0 | 61 | 53 | 4 | 540 | 126 | 110 |
| Binary | 11110101 | 1111100 | 10001100 | 0 | 110001 | 101011 | 100 | 101100000 | 1010110 | 1001000 |
Color Harmonies of #F57C8C
Complementary color
Monochromatic Colors of #F57C8C
Black with #F57C8C
Text Example
Text Example
White with #F57C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57C8C; }
p { color: rgb(245,124,140); }
H1.HeaderClassName
{
color: #F57C8C;
}
.AnyTagClassName
{
color: #F57C8C;
}
</style>
background-color css
<style>
a { background-color: #F57C8C; }
a { background-color: rgb(245,124,140); }
div.DivClassName
{
background-color: #F57C8C;
}
.BgClassName
{
background-color: #F57C8C;
}
</style>
border-color css
<style>
span { border-color: #F57C8C; }
span { border-color: rgb(245,124,140); }
td.TdClassName
{
border-color: #F57C8C;
}
.TagClassName
{
border-color: #F57C8C;
}
</style>