Shades of Carissma #F07B97
Tints of Carissma #F07B97
RGB
CMYK
RGB Variations
Color information
#F07B97 (or 0xF07B97) is known color: Carissma. HEX triplet: F0, 7B and 97. RGB value is (240,123,151). Sum of RGB (Red+Green+Blue) = 240+123+151=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07B97 is #0F8468. Grayscale: #A1A1A1. Windows color (decimal): -1016937 or 9927664. OLE color: 9927664.
HSL color Cylindrical-coordinate representation of color #F07B97: hue angle of 345.64º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07B97 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 151 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.06 |
| HSL | 345.64º | 0.8% | 0.71% | - |
| HSV(B) | 345.64º | 0.49% | 0.94% | - |
| XYZ | 48.6 | 34.93 | 33.46 | - |
| YUV | 161.18 | 122.26 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 151 | 0 | 0.49 | 0.37 | 0.06 | 345.64 | 0.8 | 0.71 |
| Hex | F0 | 7B | 97 | 0 | 31 | 25 | 6 | 15A | 50 | 47 |
| Octal | 360 | 173 | 227 | 0 | 61 | 45 | 6 | 532 | 120 | 107 |
| Binary | 11110000 | 1111011 | 10010111 | 0 | 110001 | 100101 | 110 | 101011010 | 1010000 | 1000111 |
Color Harmonies of #F07B97
Complementary color
Monochromatic Colors of #F07B97
Black with #F07B97
Text Example
Text Example
White with #F07B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07B97; }
p { color: rgb(240,123,151); }
H1.HeaderClassName
{
color: #F07B97;
}
.AnyTagClassName
{
color: #F07B97;
}
</style>
background-color css
<style>
a { background-color: #F07B97; }
a { background-color: rgb(240,123,151); }
div.DivClassName
{
background-color: #F07B97;
}
.BgClassName
{
background-color: #F07B97;
}
</style>
border-color css
<style>
span { border-color: #F07B97; }
span { border-color: rgb(240,123,151); }
td.TdClassName
{
border-color: #F07B97;
}
.TagClassName
{
border-color: #F07B97;
}
</style>