Shades of Carissma #F07894
Tints of Carissma #F07894
RGB
CMYK
RGB Variations
Color information
#F07894 (or 0xF07894) is known color: Carissma. HEX triplet: F0, 78 and 94. RGB value is (240,120,148). Sum of RGB (Red+Green+Blue) = 240+120+148=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F07894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07894 is #0F876B. Grayscale: #9F9F9F. Windows color (decimal): -1017708 or 9730288. OLE color: 9730288.
HSL color Cylindrical-coordinate representation of color #F07894: hue angle of 346º 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 #F07894 is Cyan = 0, Magento = 0.5, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 148 | - |
| CMYK | 0 | 0.5 | 0.38 | 0.06 |
| HSL | 346º | 0.8% | 0.71% | - |
| HSV(B) | 346º | 0.5% | 0.94% | - |
| XYZ | 48 | 34.1 | 32.07 | - |
| YUV | 159.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 148 | 0 | 0.5 | 0.38 | 0.06 | 346 | 0.8 | 0.71 |
| Hex | F0 | 78 | 94 | 0 | 32 | 26 | 6 | 15A | 50 | 47 |
| Octal | 360 | 170 | 224 | 0 | 62 | 46 | 6 | 532 | 120 | 107 |
| Binary | 11110000 | 1111000 | 10010100 | 0 | 110010 | 100110 | 110 | 101011010 | 1010000 | 1000111 |
Color Harmonies of #F07894
Complementary color
Monochromatic Colors of #F07894
Black with #F07894
Text Example
Text Example
White with #F07894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07894; }
p { color: rgb(240,120,148); }
H1.HeaderClassName
{
color: #F07894;
}
.AnyTagClassName
{
color: #F07894;
}
</style>
background-color css
<style>
a { background-color: #F07894; }
a { background-color: rgb(240,120,148); }
div.DivClassName
{
background-color: #F07894;
}
.BgClassName
{
background-color: #F07894;
}
</style>
border-color css
<style>
span { border-color: #F07894; }
span { border-color: rgb(240,120,148); }
td.TdClassName
{
border-color: #F07894;
}
.TagClassName
{
border-color: #F07894;
}
</style>