Shades of Carissma #F58184
Tints of Carissma #F58184
RGB
CMYK
RGB Variations
Color information
#F58184 (or 0xF58184) is known color: Carissma. HEX triplet: F5, 81 and 84. RGB value is (245,129,132). Sum of RGB (Red+Green+Blue) = 245+129+132=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F58184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58184 is #0A7E7B. Grayscale: #A4A4A4. Windows color (decimal): -687740 or 8684021. OLE color: 8684021.
HSL color Cylindrical-coordinate representation of color #F58184: hue angle of 358.45º 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 #F58184 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 132 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.04 |
| HSL | 358.45º | 0.85% | 0.73% | - |
| HSV(B) | 358.45º | 0.47% | 0.96% | - |
| XYZ | 49.67 | 36.78 | 26.31 | - |
| YUV | 164.03 | 109.93 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 132 | 0 | 0.47 | 0.46 | 0.04 | 358.45 | 0.85 | 0.73 |
| Hex | F5 | 81 | 84 | 0 | 2F | 2E | 4 | 166 | 55 | 49 |
| Octal | 365 | 201 | 204 | 0 | 57 | 56 | 4 | 546 | 125 | 111 |
| Binary | 11110101 | 10000001 | 10000100 | 0 | 101111 | 101110 | 100 | 101100110 | 1010101 | 1001001 |
Color Harmonies of #F58184
Complementary color
Monochromatic Colors of #F58184
Black with #F58184
Text Example
Text Example
White with #F58184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58184; }
p { color: rgb(245,129,132); }
H1.HeaderClassName
{
color: #F58184;
}
.AnyTagClassName
{
color: #F58184;
}
</style>
background-color css
<style>
a { background-color: #F58184; }
a { background-color: rgb(245,129,132); }
div.DivClassName
{
background-color: #F58184;
}
.BgClassName
{
background-color: #F58184;
}
</style>
border-color css
<style>
span { border-color: #F58184; }
span { border-color: rgb(245,129,132); }
td.TdClassName
{
border-color: #F58184;
}
.TagClassName
{
border-color: #F58184;
}
</style>