Shades of Carissma #F0819D
Tints of Carissma #F0819D
RGB
CMYK
RGB Variations
Color information
#F0819D (or 0xF0819D) is known color: Carissma. HEX triplet: F0, 81 and 9D. RGB value is (240,129,157). Sum of RGB (Red+Green+Blue) = 240+129+157=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0819D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0819D is #0F7E62. Grayscale: #A5A5A5. Windows color (decimal): -1015395 or 10322416. OLE color: 10322416.
HSL color Cylindrical-coordinate representation of color #F0819D: hue angle of 344.86º 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 #F0819D is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 157 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.06 |
| HSL | 344.86º | 0.79% | 0.72% | - |
| HSV(B) | 344.86º | 0.46% | 0.94% | - |
| XYZ | 49.87 | 36.66 | 36.35 | - |
| YUV | 165.38 | 123.27 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 157 | 0 | 0.46 | 0.35 | 0.06 | 344.86 | 0.79 | 0.72 |
| Hex | F0 | 81 | 9D | 0 | 2E | 23 | 6 | 159 | 4F | 48 |
| Octal | 360 | 201 | 235 | 0 | 56 | 43 | 6 | 531 | 117 | 110 |
| Binary | 11110000 | 10000001 | 10011101 | 0 | 101110 | 100011 | 110 | 101011001 | 1001111 | 1001000 |
Color Harmonies of #F0819D
Complementary color
Monochromatic Colors of #F0819D
Black with #F0819D
Text Example
Text Example
White with #F0819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0819D; }
p { color: rgb(240,129,157); }
H1.HeaderClassName
{
color: #F0819D;
}
.AnyTagClassName
{
color: #F0819D;
}
</style>
background-color css
<style>
a { background-color: #F0819D; }
a { background-color: rgb(240,129,157); }
div.DivClassName
{
background-color: #F0819D;
}
.BgClassName
{
background-color: #F0819D;
}
</style>
border-color css
<style>
span { border-color: #F0819D; }
span { border-color: rgb(240,129,157); }
td.TdClassName
{
border-color: #F0819D;
}
.TagClassName
{
border-color: #F0819D;
}
</style>