Shades of Carissma #F57393
Tints of Carissma #F57393
RGB
CMYK
RGB Variations
Color information
#F57393 (or 0xF57393) is known color: Carissma. HEX triplet: F5, 73 and 93. RGB value is (245,115,147). Sum of RGB (Red+Green+Blue) = 245+115+147=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F57393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57393 is #0A8C6C. Grayscale: #9D9D9D. Windows color (decimal): -691309 or 9663477. OLE color: 9663477.
HSL color Cylindrical-coordinate representation of color #F57393: hue angle of 345.23º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F57393 is Cyan = 0, Magento = 0.53, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 147 | - |
| CMYK | 0 | 0.53 | 0.4 | 0.04 |
| HSL | 345.23º | 0.87% | 0.71% | - |
| HSV(B) | 345.23º | 0.53% | 0.96% | - |
| XYZ | 49.05 | 33.78 | 31.54 | - |
| YUV | 157.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 147 | 0 | 0.53 | 0.4 | 0.04 | 345.23 | 0.87 | 0.71 |
| Hex | F5 | 73 | 93 | 0 | 35 | 28 | 4 | 159 | 57 | 47 |
| Octal | 365 | 163 | 223 | 0 | 65 | 50 | 4 | 531 | 127 | 107 |
| Binary | 11110101 | 1110011 | 10010011 | 0 | 110101 | 101000 | 100 | 101011001 | 1010111 | 1000111 |
Color Harmonies of #F57393
Complementary color
Monochromatic Colors of #F57393
Black with #F57393
Text Example
Text Example
White with #F57393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57393; }
p { color: rgb(245,115,147); }
H1.HeaderClassName
{
color: #F57393;
}
.AnyTagClassName
{
color: #F57393;
}
</style>
background-color css
<style>
a { background-color: #F57393; }
a { background-color: rgb(245,115,147); }
div.DivClassName
{
background-color: #F57393;
}
.BgClassName
{
background-color: #F57393;
}
</style>
border-color css
<style>
span { border-color: #F57393; }
span { border-color: rgb(245,115,147); }
td.TdClassName
{
border-color: #F57393;
}
.TagClassName
{
border-color: #F57393;
}
</style>