Shades of Carissma #F07899
Tints of Carissma #F07899
RGB
CMYK
RGB Variations
Color information
#F07899 (or 0xF07899) is known color: Carissma. HEX triplet: F0, 78 and 99. RGB value is (240,120,153). Sum of RGB (Red+Green+Blue) = 240+120+153=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F07899 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07899 is #0F8766. Grayscale: #9F9F9F. Windows color (decimal): -1017703 or 10057968. OLE color: 10057968.
HSL color Cylindrical-coordinate representation of color #F07899: hue angle of 343.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07899 is Cyan = 0, Magento = 0.5, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 153 | - |
| CMYK | 0 | 0.5 | 0.36 | 0.06 |
| HSL | 343.5º | 0.8% | 0.71% | - |
| HSV(B) | 343.5º | 0.5% | 0.94% | - |
| XYZ | 48.4 | 34.26 | 34.2 | - |
| YUV | 159.64 | 124.26 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 153 | 0 | 0.5 | 0.36 | 0.06 | 343.5 | 0.8 | 0.71 |
| Hex | F0 | 78 | 99 | 0 | 32 | 24 | 6 | 158 | 50 | 47 |
| Octal | 360 | 170 | 231 | 0 | 62 | 44 | 6 | 530 | 120 | 107 |
| Binary | 11110000 | 1111000 | 10011001 | 0 | 110010 | 100100 | 110 | 101011000 | 1010000 | 1000111 |
Color Harmonies of #F07899
Complementary color
Monochromatic Colors of #F07899
Black with #F07899
Text Example
Text Example
White with #F07899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07899; }
p { color: rgb(240,120,153); }
H1.HeaderClassName
{
color: #F07899;
}
.AnyTagClassName
{
color: #F07899;
}
</style>
background-color css
<style>
a { background-color: #F07899; }
a { background-color: rgb(240,120,153); }
div.DivClassName
{
background-color: #F07899;
}
.BgClassName
{
background-color: #F07899;
}
</style>
border-color css
<style>
span { border-color: #F07899; }
span { border-color: rgb(240,120,153); }
td.TdClassName
{
border-color: #F07899;
}
.TagClassName
{
border-color: #F07899;
}
</style>