Shades of Carissma #F58294
Tints of Carissma #F58294
RGB
CMYK
RGB Variations
Color information
#F58294 (or 0xF58294) is known color: Carissma. HEX triplet: F5, 82 and 94. RGB value is (245,130,148). Sum of RGB (Red+Green+Blue) = 245+130+148=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F58294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58294 is #0A7D6B. Grayscale: #A6A6A6. Windows color (decimal): -687468 or 9732853. OLE color: 9732853.
HSL color Cylindrical-coordinate representation of color #F58294: hue angle of 350.61º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F58294 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 148 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.04 |
| HSL | 350.61º | 0.85% | 0.74% | - |
| HSV(B) | 350.61º | 0.47% | 0.96% | - |
| XYZ | 50.98 | 37.52 | 32.57 | - |
| YUV | 166.44 | 117.6 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 148 | 0 | 0.47 | 0.40 | 0.04 | 350.61 | 0.85 | 0.74 |
| Hex | F5 | 82 | 94 | 0 | 2F | 28 | 4 | 15F | 55 | 4A |
| Octal | 365 | 202 | 224 | 0 | 57 | 50 | 4 | 537 | 125 | 112 |
| Binary | 11110101 | 10000010 | 10010100 | 0 | 101111 | 101000 | 100 | 101011111 | 1010101 | 1001010 |
Color Harmonies of #F58294
Complementary color
Monochromatic Colors of #F58294
Black with #F58294
Text Example
Text Example
White with #F58294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58294; }
p { color: rgb(245,130,148); }
H1.HeaderClassName
{
color: #F58294;
}
.AnyTagClassName
{
color: #F58294;
}
</style>
background-color css
<style>
a { background-color: #F58294; }
a { background-color: rgb(245,130,148); }
div.DivClassName
{
background-color: #F58294;
}
.BgClassName
{
background-color: #F58294;
}
</style>
border-color css
<style>
span { border-color: #F58294; }
span { border-color: rgb(245,130,148); }
td.TdClassName
{
border-color: #F58294;
}
.TagClassName
{
border-color: #F58294;
}
</style>