Shades of Carissma #F58093
Tints of Carissma #F58093
RGB
CMYK
RGB Variations
Color information
#F58093 (or 0xF58093) is known color: Carissma. HEX triplet: F5, 80 and 93. RGB value is (245,128,147). Sum of RGB (Red+Green+Blue) = 245+128+147=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F58093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58093 is #0A7F6C. Grayscale: #A5A5A5. Windows color (decimal): -687981 or 9666805. OLE color: 9666805.
HSL color Cylindrical-coordinate representation of color #F58093: hue angle of 350.26º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F58093 is Cyan = 0, Magento = 0.48, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 147 | - |
| CMYK | 0 | 0.48 | 0.4 | 0.04 |
| HSL | 350.26º | 0.85% | 0.73% | - |
| HSV(B) | 350.26º | 0.48% | 0.96% | - |
| XYZ | 50.64 | 36.96 | 32.07 | - |
| YUV | 165.15 | 117.76 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 147 | 0 | 0.48 | 0.4 | 0.04 | 350.26 | 0.85 | 0.73 |
| Hex | F5 | 80 | 93 | 0 | 30 | 28 | 4 | 15E | 55 | 49 |
| Octal | 365 | 200 | 223 | 0 | 60 | 50 | 4 | 536 | 125 | 111 |
| Binary | 11110101 | 10000000 | 10010011 | 0 | 110000 | 101000 | 100 | 101011110 | 1010101 | 1001001 |
Color Harmonies of #F58093
Complementary color
Monochromatic Colors of #F58093
Black with #F58093
Text Example
Text Example
White with #F58093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58093; }
p { color: rgb(245,128,147); }
H1.HeaderClassName
{
color: #F58093;
}
.AnyTagClassName
{
color: #F58093;
}
</style>
background-color css
<style>
a { background-color: #F58093; }
a { background-color: rgb(245,128,147); }
div.DivClassName
{
background-color: #F58093;
}
.BgClassName
{
background-color: #F58093;
}
</style>
border-color css
<style>
span { border-color: #F58093; }
span { border-color: rgb(245,128,147); }
td.TdClassName
{
border-color: #F58093;
}
.TagClassName
{
border-color: #F58093;
}
</style>