Shades of Carissma #F08188
Tints of Carissma #F08188
RGB
CMYK
RGB Variations
Color information
#F08188 (or 0xF08188) is known color: Carissma. HEX triplet: F0, 81 and 88. RGB value is (240,129,136). Sum of RGB (Red+Green+Blue) = 240+129+136=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F08188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08188 is #0F7E77. Grayscale: #A3A3A3. Windows color (decimal): -1015416 or 8946160. OLE color: 8946160.
HSL color Cylindrical-coordinate representation of color #F08188: hue angle of 356.22º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08188 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 136 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.06 |
| HSL | 356.22º | 0.79% | 0.72% | - |
| HSV(B) | 356.22º | 0.46% | 0.94% | - |
| XYZ | 48.23 | 36 | 27.7 | - |
| YUV | 162.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 136 | 0 | 0.46 | 0.43 | 0.06 | 356.22 | 0.79 | 0.72 |
| Hex | F0 | 81 | 88 | 0 | 2E | 2B | 6 | 164 | 4F | 48 |
| Octal | 360 | 201 | 210 | 0 | 56 | 53 | 6 | 544 | 117 | 110 |
| Binary | 11110000 | 10000001 | 10001000 | 0 | 101110 | 101011 | 110 | 101100100 | 1001111 | 1001000 |
Color Harmonies of #F08188
Complementary color
Monochromatic Colors of #F08188
Black with #F08188
Text Example
Text Example
White with #F08188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08188; }
p { color: rgb(240,129,136); }
H1.HeaderClassName
{
color: #F08188;
}
.AnyTagClassName
{
color: #F08188;
}
</style>
background-color css
<style>
a { background-color: #F08188; }
a { background-color: rgb(240,129,136); }
div.DivClassName
{
background-color: #F08188;
}
.BgClassName
{
background-color: #F08188;
}
</style>
border-color css
<style>
span { border-color: #F08188; }
span { border-color: rgb(240,129,136); }
td.TdClassName
{
border-color: #F08188;
}
.TagClassName
{
border-color: #F08188;
}
</style>