Shades of Carissma #F57493
Tints of Carissma #F57493
RGB
CMYK
RGB Variations
Color information
#F57493 (or 0xF57493) is known color: Carissma. HEX triplet: F5, 74 and 93. RGB value is (245,116,147). Sum of RGB (Red+Green+Blue) = 245+116+147=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F57493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57493 is #0A8B6C. Grayscale: #9E9E9E. Windows color (decimal): -691053 or 9663733. OLE color: 9663733.
HSL color Cylindrical-coordinate representation of color #F57493: hue angle of 345.58º 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 #F57493 is Cyan = 0, Magento = 0.53, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 147 | - |
| CMYK | 0 | 0.53 | 0.4 | 0.04 |
| HSL | 345.58º | 0.87% | 0.71% | - |
| HSV(B) | 345.58º | 0.53% | 0.96% | - |
| XYZ | 49.17 | 34.01 | 31.58 | - |
| YUV | 158.11 | 121.74 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 147 | 0 | 0.53 | 0.4 | 0.04 | 345.58 | 0.87 | 0.71 |
| Hex | F5 | 74 | 93 | 0 | 35 | 28 | 4 | 15A | 57 | 47 |
| Octal | 365 | 164 | 223 | 0 | 65 | 50 | 4 | 532 | 127 | 107 |
| Binary | 11110101 | 1110100 | 10010011 | 0 | 110101 | 101000 | 100 | 101011010 | 1010111 | 1000111 |
Color Harmonies of #F57493
Complementary color
Monochromatic Colors of #F57493
Black with #F57493
Text Example
Text Example
White with #F57493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57493; }
p { color: rgb(245,116,147); }
H1.HeaderClassName
{
color: #F57493;
}
.AnyTagClassName
{
color: #F57493;
}
</style>
background-color css
<style>
a { background-color: #F57493; }
a { background-color: rgb(245,116,147); }
div.DivClassName
{
background-color: #F57493;
}
.BgClassName
{
background-color: #F57493;
}
</style>
border-color css
<style>
span { border-color: #F57493; }
span { border-color: rgb(245,116,147); }
td.TdClassName
{
border-color: #F57493;
}
.TagClassName
{
border-color: #F57493;
}
</style>