Shades of Carissma #F57D93
Tints of Carissma #F57D93
RGB
CMYK
RGB Variations
Color information
#F57D93 (or 0xF57D93) is known color: Carissma. HEX triplet: F5, 7D and 93. RGB value is (245,125,147). Sum of RGB (Red+Green+Blue) = 245+125+147=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57D93 is #0A826C. Grayscale: #A3A3A3. Windows color (decimal): -688749 or 9666037. OLE color: 9666037.
HSL color Cylindrical-coordinate representation of color #F57D93: hue angle of 349º 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 #F57D93 is Cyan = 0, Magento = 0.49, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 147 | - |
| CMYK | 0 | 0.49 | 0.4 | 0.04 |
| HSL | 349º | 0.86% | 0.73% | - |
| HSV(B) | 349º | 0.49% | 0.96% | - |
| XYZ | 50.26 | 36.19 | 31.94 | - |
| YUV | 163.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 147 | 0 | 0.49 | 0.4 | 0.04 | 349 | 0.86 | 0.73 |
| Hex | F5 | 7D | 93 | 0 | 31 | 28 | 4 | 15D | 56 | 49 |
| Octal | 365 | 175 | 223 | 0 | 61 | 50 | 4 | 535 | 126 | 111 |
| Binary | 11110101 | 1111101 | 10010011 | 0 | 110001 | 101000 | 100 | 101011101 | 1010110 | 1001001 |
Color Harmonies of #F57D93
Complementary color
Monochromatic Colors of #F57D93
Black with #F57D93
Text Example
Text Example
White with #F57D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57D93; }
p { color: rgb(245,125,147); }
H1.HeaderClassName
{
color: #F57D93;
}
.AnyTagClassName
{
color: #F57D93;
}
</style>
background-color css
<style>
a { background-color: #F57D93; }
a { background-color: rgb(245,125,147); }
div.DivClassName
{
background-color: #F57D93;
}
.BgClassName
{
background-color: #F57D93;
}
</style>
border-color css
<style>
span { border-color: #F57D93; }
span { border-color: rgb(245,125,147); }
td.TdClassName
{
border-color: #F57D93;
}
.TagClassName
{
border-color: #F57D93;
}
</style>