Shades of Carissma #F08498
Tints of Carissma #F08498
RGB
CMYK
RGB Variations
Color information
#F08498 (or 0xF08498) is known color: Carissma. HEX triplet: F0, 84 and 98. RGB value is (240,132,152). Sum of RGB (Red+Green+Blue) = 240+132+152=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F08498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08498 is #0F7B67. Grayscale: #A6A6A6. Windows color (decimal): -1014632 or 9995504. OLE color: 9995504.
HSL color Cylindrical-coordinate representation of color #F08498: hue angle of 348.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08498 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 152 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.06 |
| HSL | 348.89º | 0.78% | 0.73% | - |
| HSV(B) | 348.89º | 0.45% | 0.94% | - |
| XYZ | 49.85 | 37.29 | 34.28 | - |
| YUV | 166.57 | 119.78 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 152 | 0 | 0.45 | 0.37 | 0.06 | 348.89 | 0.78 | 0.73 |
| Hex | F0 | 84 | 98 | 0 | 2D | 25 | 6 | 15D | 4E | 49 |
| Octal | 360 | 204 | 230 | 0 | 55 | 45 | 6 | 535 | 116 | 111 |
| Binary | 11110000 | 10000100 | 10011000 | 0 | 101101 | 100101 | 110 | 101011101 | 1001110 | 1001001 |
Color Harmonies of #F08498
Complementary color
Monochromatic Colors of #F08498
Black with #F08498
Text Example
Text Example
White with #F08498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08498; }
p { color: rgb(240,132,152); }
H1.HeaderClassName
{
color: #F08498;
}
.AnyTagClassName
{
color: #F08498;
}
</style>
background-color css
<style>
a { background-color: #F08498; }
a { background-color: rgb(240,132,152); }
div.DivClassName
{
background-color: #F08498;
}
.BgClassName
{
background-color: #F08498;
}
</style>
border-color css
<style>
span { border-color: #F08498; }
span { border-color: rgb(240,132,152); }
td.TdClassName
{
border-color: #F08498;
}
.TagClassName
{
border-color: #F08498;
}
</style>