Shades of Carissma #F07C92
Tints of Carissma #F07C92
RGB
CMYK
RGB Variations
Color information
#F07C92 (or 0xF07C92) is known color: Carissma. HEX triplet: F0, 7C and 92. RGB value is (240,124,146). Sum of RGB (Red+Green+Blue) = 240+124+146=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07C92 is #0F836D. Grayscale: #A1A1A1. Windows color (decimal): -1016686 or 9600240. OLE color: 9600240.
HSL color Cylindrical-coordinate representation of color #F07C92: hue angle of 348.62º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07C92 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 146 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.06 |
| HSL | 348.62º | 0.79% | 0.71% | - |
| HSV(B) | 348.62º | 0.48% | 0.94% | - |
| XYZ | 48.33 | 35.02 | 31.41 | - |
| YUV | 161.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 146 | 0 | 0.48 | 0.39 | 0.06 | 348.62 | 0.79 | 0.71 |
| Hex | F0 | 7C | 92 | 0 | 30 | 27 | 6 | 15D | 4F | 47 |
| Octal | 360 | 174 | 222 | 0 | 60 | 47 | 6 | 535 | 117 | 107 |
| Binary | 11110000 | 1111100 | 10010010 | 0 | 110000 | 100111 | 110 | 101011101 | 1001111 | 1000111 |
Color Harmonies of #F07C92
Complementary color
Monochromatic Colors of #F07C92
Black with #F07C92
Text Example
Text Example
White with #F07C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C92; }
p { color: rgb(240,124,146); }
H1.HeaderClassName
{
color: #F07C92;
}
.AnyTagClassName
{
color: #F07C92;
}
</style>
background-color css
<style>
a { background-color: #F07C92; }
a { background-color: rgb(240,124,146); }
div.DivClassName
{
background-color: #F07C92;
}
.BgClassName
{
background-color: #F07C92;
}
</style>
border-color css
<style>
span { border-color: #F07C92; }
span { border-color: rgb(240,124,146); }
td.TdClassName
{
border-color: #F07C92;
}
.TagClassName
{
border-color: #F07C92;
}
</style>