Shades of Carissma #F0809A
Tints of Carissma #F0809A
RGB
CMYK
RGB Variations
Color information
#F0809A (or 0xF0809A) is known color: Carissma. HEX triplet: F0, 80 and 9A. RGB value is (240,128,154). Sum of RGB (Red+Green+Blue) = 240+128+154=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F0809A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0809A is #0F7F65. Grayscale: #A4A4A4. Windows color (decimal): -1015654 or 10125552. OLE color: 10125552.
HSL color Cylindrical-coordinate representation of color #F0809A: hue angle of 346.07º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0809A is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 154 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.06 |
| HSL | 346.07º | 0.79% | 0.72% | - |
| HSV(B) | 346.07º | 0.47% | 0.94% | - |
| XYZ | 49.49 | 36.3 | 34.97 | - |
| YUV | 164.45 | 122.11 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 154 | 0 | 0.47 | 0.36 | 0.06 | 346.07 | 0.79 | 0.72 |
| Hex | F0 | 80 | 9A | 0 | 2F | 24 | 6 | 15A | 4F | 48 |
| Octal | 360 | 200 | 232 | 0 | 57 | 44 | 6 | 532 | 117 | 110 |
| Binary | 11110000 | 10000000 | 10011010 | 0 | 101111 | 100100 | 110 | 101011010 | 1001111 | 1001000 |
Color Harmonies of #F0809A
Complementary color
Monochromatic Colors of #F0809A
Black with #F0809A
Text Example
Text Example
White with #F0809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0809A; }
p { color: rgb(240,128,154); }
H1.HeaderClassName
{
color: #F0809A;
}
.AnyTagClassName
{
color: #F0809A;
}
</style>
background-color css
<style>
a { background-color: #F0809A; }
a { background-color: rgb(240,128,154); }
div.DivClassName
{
background-color: #F0809A;
}
.BgClassName
{
background-color: #F0809A;
}
</style>
border-color css
<style>
span { border-color: #F0809A; }
span { border-color: rgb(240,128,154); }
td.TdClassName
{
border-color: #F0809A;
}
.TagClassName
{
border-color: #F0809A;
}
</style>