Shades of Carissma #F58194
Tints of Carissma #F58194
RGB
CMYK
RGB Variations
Color information
#F58194 (or 0xF58194) is known color: Carissma. HEX triplet: F5, 81 and 94. RGB value is (245,129,148). Sum of RGB (Red+Green+Blue) = 245+129+148=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F58194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58194 is #0A7E6B. Grayscale: #A5A5A5. Windows color (decimal): -687724 or 9732597. OLE color: 9732597.
HSL color Cylindrical-coordinate representation of color #F58194: hue angle of 350.17º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F58194 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 148 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.04 |
| HSL | 350.17º | 0.85% | 0.73% | - |
| HSV(B) | 350.17º | 0.47% | 0.96% | - |
| XYZ | 50.85 | 37.25 | 32.53 | - |
| YUV | 165.85 | 117.93 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 148 | 0 | 0.47 | 0.40 | 0.04 | 350.17 | 0.85 | 0.73 |
| Hex | F5 | 81 | 94 | 0 | 2F | 28 | 4 | 15E | 55 | 49 |
| Octal | 365 | 201 | 224 | 0 | 57 | 50 | 4 | 536 | 125 | 111 |
| Binary | 11110101 | 10000001 | 10010100 | 0 | 101111 | 101000 | 100 | 101011110 | 1010101 | 1001001 |
Color Harmonies of #F58194
Complementary color
Monochromatic Colors of #F58194
Black with #F58194
Text Example
Text Example
White with #F58194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58194; }
p { color: rgb(245,129,148); }
H1.HeaderClassName
{
color: #F58194;
}
.AnyTagClassName
{
color: #F58194;
}
</style>
background-color css
<style>
a { background-color: #F58194; }
a { background-color: rgb(245,129,148); }
div.DivClassName
{
background-color: #F58194;
}
.BgClassName
{
background-color: #F58194;
}
</style>
border-color css
<style>
span { border-color: #F58194; }
span { border-color: rgb(245,129,148); }
td.TdClassName
{
border-color: #F58194;
}
.TagClassName
{
border-color: #F58194;
}
</style>