Shades of Carissma #F0829A
Tints of Carissma #F0829A
RGB
CMYK
RGB Variations
Color information
#F0829A (or 0xF0829A) is known color: Carissma. HEX triplet: F0, 82 and 9A. RGB value is (240,130,154). Sum of RGB (Red+Green+Blue) = 240+130+154=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0829A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0829A is #0F7D65. Grayscale: #A5A5A5. Windows color (decimal): -1015142 or 10126064. OLE color: 10126064.
HSL color Cylindrical-coordinate representation of color #F0829A: hue angle of 346.91º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0829A is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 154 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.06 |
| HSL | 346.91º | 0.79% | 0.73% | - |
| HSV(B) | 346.91º | 0.46% | 0.94% | - |
| XYZ | 49.75 | 36.82 | 35.06 | - |
| YUV | 165.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 154 | 0 | 0.46 | 0.36 | 0.06 | 346.91 | 0.79 | 0.73 |
| Hex | F0 | 82 | 9A | 0 | 2E | 24 | 6 | 15B | 4F | 49 |
| Octal | 360 | 202 | 232 | 0 | 56 | 44 | 6 | 533 | 117 | 111 |
| Binary | 11110000 | 10000010 | 10011010 | 0 | 101110 | 100100 | 110 | 101011011 | 1001111 | 1001001 |
Color Harmonies of #F0829A
Complementary color
Monochromatic Colors of #F0829A
Black with #F0829A
Text Example
Text Example
White with #F0829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0829A; }
p { color: rgb(240,130,154); }
H1.HeaderClassName
{
color: #F0829A;
}
.AnyTagClassName
{
color: #F0829A;
}
</style>
background-color css
<style>
a { background-color: #F0829A; }
a { background-color: rgb(240,130,154); }
div.DivClassName
{
background-color: #F0829A;
}
.BgClassName
{
background-color: #F0829A;
}
</style>
border-color css
<style>
span { border-color: #F0829A; }
span { border-color: rgb(240,130,154); }
td.TdClassName
{
border-color: #F0829A;
}
.TagClassName
{
border-color: #F0829A;
}
</style>