Shades of Carissma #F57D8A
Tints of Carissma #F57D8A
RGB
CMYK
RGB Variations
Color information
#F57D8A (or 0xF57D8A) is known color: Carissma. HEX triplet: F5, 7D and 8A. RGB value is (245,125,138). Sum of RGB (Red+Green+Blue) = 245+125+138=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57D8A is #0A8275. Grayscale: #A2A2A2. Windows color (decimal): -688758 or 9076213. OLE color: 9076213.
HSL color Cylindrical-coordinate representation of color #F57D8A: hue angle of 353.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 #F57D8A is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 138 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.04 |
| HSL | 353.5º | 0.86% | 0.73% | - |
| HSV(B) | 353.5º | 0.49% | 0.96% | - |
| XYZ | 49.58 | 35.91 | 28.36 | - |
| YUV | 162.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 138 | 0 | 0.49 | 0.44 | 0.04 | 353.5 | 0.86 | 0.73 |
| Hex | F5 | 7D | 8A | 0 | 31 | 2C | 4 | 162 | 56 | 49 |
| Octal | 365 | 175 | 212 | 0 | 61 | 54 | 4 | 542 | 126 | 111 |
| Binary | 11110101 | 1111101 | 10001010 | 0 | 110001 | 101100 | 100 | 101100010 | 1010110 | 1001001 |
Color Harmonies of #F57D8A
Complementary color
Monochromatic Colors of #F57D8A
Black with #F57D8A
Text Example
Text Example
White with #F57D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57D8A; }
p { color: rgb(245,125,138); }
H1.HeaderClassName
{
color: #F57D8A;
}
.AnyTagClassName
{
color: #F57D8A;
}
</style>
background-color css
<style>
a { background-color: #F57D8A; }
a { background-color: rgb(245,125,138); }
div.DivClassName
{
background-color: #F57D8A;
}
.BgClassName
{
background-color: #F57D8A;
}
</style>
border-color css
<style>
span { border-color: #F57D8A; }
span { border-color: rgb(245,125,138); }
td.TdClassName
{
border-color: #F57D8A;
}
.TagClassName
{
border-color: #F57D8A;
}
</style>