Shades of Carissma #F67392
Tints of Carissma #F67392
RGB
CMYK
RGB Variations
Color information
#F67392 (or 0xF67392) is known color: Carissma. HEX triplet: F6, 73 and 92. RGB value is (246,115,146). Sum of RGB (Red+Green+Blue) = 246+115+146=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F67392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67392 is #098C6D. Grayscale: #9D9D9D. Windows color (decimal): -625774 or 9597942. OLE color: 9597942.
HSL color Cylindrical-coordinate representation of color #F67392: hue angle of 345.8º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F67392 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 146 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.04 |
| HSL | 345.8º | 0.88% | 0.71% | - |
| HSV(B) | 345.8º | 0.53% | 0.96% | - |
| XYZ | 49.33 | 33.93 | 31.14 | - |
| YUV | 157.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 146 | 0 | 0.53 | 0.41 | 0.04 | 345.8 | 0.88 | 0.71 |
| Hex | F6 | 73 | 92 | 0 | 35 | 29 | 4 | 15A | 58 | 47 |
| Octal | 366 | 163 | 222 | 0 | 65 | 51 | 4 | 532 | 130 | 107 |
| Binary | 11110110 | 1110011 | 10010010 | 0 | 110101 | 101001 | 100 | 101011010 | 1011000 | 1000111 |
Color Harmonies of #F67392
Complementary color
Monochromatic Colors of #F67392
Black with #F67392
Text Example
Text Example
White with #F67392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67392; }
p { color: rgb(246,115,146); }
H1.HeaderClassName
{
color: #F67392;
}
.AnyTagClassName
{
color: #F67392;
}
</style>
background-color css
<style>
a { background-color: #F67392; }
a { background-color: rgb(246,115,146); }
div.DivClassName
{
background-color: #F67392;
}
.BgClassName
{
background-color: #F67392;
}
</style>
border-color css
<style>
span { border-color: #F67392; }
span { border-color: rgb(246,115,146); }
td.TdClassName
{
border-color: #F67392;
}
.TagClassName
{
border-color: #F67392;
}
</style>