Shades of Carissma #F0818F
Tints of Carissma #F0818F
RGB
CMYK
RGB Variations
Color information
#F0818F (or 0xF0818F) is known color: Carissma. HEX triplet: F0, 81 and 8F. RGB value is (240,129,143). Sum of RGB (Red+Green+Blue) = 240+129+143=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0818F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0818F is #0F7E70. Grayscale: #A3A3A3. Windows color (decimal): -1015409 or 9404912. OLE color: 9404912.
HSL color Cylindrical-coordinate representation of color #F0818F: hue angle of 352.43º 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 #F0818F is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 143 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.06 |
| HSL | 352.43º | 0.79% | 0.72% | - |
| HSV(B) | 352.43º | 0.46% | 0.94% | - |
| XYZ | 48.74 | 36.21 | 30.41 | - |
| YUV | 163.79 | 116.27 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 143 | 0 | 0.46 | 0.40 | 0.06 | 352.43 | 0.79 | 0.72 |
| Hex | F0 | 81 | 8F | 0 | 2E | 28 | 6 | 160 | 4F | 48 |
| Octal | 360 | 201 | 217 | 0 | 56 | 50 | 6 | 540 | 117 | 110 |
| Binary | 11110000 | 10000001 | 10001111 | 0 | 101110 | 101000 | 110 | 101100000 | 1001111 | 1001000 |
Color Harmonies of #F0818F
Complementary color
Monochromatic Colors of #F0818F
Black with #F0818F
Text Example
Text Example
White with #F0818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0818F; }
p { color: rgb(240,129,143); }
H1.HeaderClassName
{
color: #F0818F;
}
.AnyTagClassName
{
color: #F0818F;
}
</style>
background-color css
<style>
a { background-color: #F0818F; }
a { background-color: rgb(240,129,143); }
div.DivClassName
{
background-color: #F0818F;
}
.BgClassName
{
background-color: #F0818F;
}
</style>
border-color css
<style>
span { border-color: #F0818F; }
span { border-color: rgb(240,129,143); }
td.TdClassName
{
border-color: #F0818F;
}
.TagClassName
{
border-color: #F0818F;
}
</style>