Shades of Carissma #F0809C
Tints of Carissma #F0809C
RGB
CMYK
RGB Variations
Color information
#F0809C (or 0xF0809C) is known color: Carissma. HEX triplet: F0, 80 and 9C. RGB value is (240,128,156). Sum of RGB (Red+Green+Blue) = 240+128+156=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0809C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0809C is #0F7F63. Grayscale: #A4A4A4. Windows color (decimal): -1015652 or 10256624. OLE color: 10256624.
HSL color Cylindrical-coordinate representation of color #F0809C: hue angle of 345º 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 #F0809C is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 156 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.06 |
| HSL | 345º | 0.79% | 0.72% | - |
| HSV(B) | 345º | 0.47% | 0.94% | - |
| XYZ | 49.66 | 36.36 | 35.85 | - |
| YUV | 164.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 156 | 0 | 0.47 | 0.35 | 0.06 | 345 | 0.79 | 0.72 |
| Hex | F0 | 80 | 9C | 0 | 2F | 23 | 6 | 159 | 4F | 48 |
| Octal | 360 | 200 | 234 | 0 | 57 | 43 | 6 | 531 | 117 | 110 |
| Binary | 11110000 | 10000000 | 10011100 | 0 | 101111 | 100011 | 110 | 101011001 | 1001111 | 1001000 |
Color Harmonies of #F0809C
Complementary color
Monochromatic Colors of #F0809C
Black with #F0809C
Text Example
Text Example
White with #F0809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0809C; }
p { color: rgb(240,128,156); }
H1.HeaderClassName
{
color: #F0809C;
}
.AnyTagClassName
{
color: #F0809C;
}
</style>
background-color css
<style>
a { background-color: #F0809C; }
a { background-color: rgb(240,128,156); }
div.DivClassName
{
background-color: #F0809C;
}
.BgClassName
{
background-color: #F0809C;
}
</style>
border-color css
<style>
span { border-color: #F0809C; }
span { border-color: rgb(240,128,156); }
td.TdClassName
{
border-color: #F0809C;
}
.TagClassName
{
border-color: #F0809C;
}
</style>