Shades of Carissma #F37492
Tints of Carissma #F37492
RGB
CMYK
RGB Variations
Color information
#F37492 (or 0xF37492) is known color: Carissma. HEX triplet: F3, 74 and 92. RGB value is (243,116,146). Sum of RGB (Red+Green+Blue) = 243+116+146=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F37492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37492 is #0C8B6D. Grayscale: #9D9D9D. Windows color (decimal): -822126 or 9598195. OLE color: 9598195.
HSL color Cylindrical-coordinate representation of color #F37492: hue angle of 345.83º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F37492 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 146 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.05 |
| HSL | 345.83º | 0.84% | 0.7% | - |
| HSV(B) | 345.83º | 0.52% | 0.95% | - |
| XYZ | 48.4 | 33.62 | 31.13 | - |
| YUV | 157.39 | 121.58 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 146 | 0 | 0.52 | 0.40 | 0.05 | 345.83 | 0.84 | 0.7 |
| Hex | F3 | 74 | 92 | 0 | 34 | 28 | 5 | 15A | 54 | 46 |
| Octal | 363 | 164 | 222 | 0 | 64 | 50 | 5 | 532 | 124 | 106 |
| Binary | 11110011 | 1110100 | 10010010 | 0 | 110100 | 101000 | 101 | 101011010 | 1010100 | 1000110 |
Color Harmonies of #F37492
Complementary color
Monochromatic Colors of #F37492
Black with #F37492
Text Example
Text Example
White with #F37492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37492; }
p { color: rgb(243,116,146); }
H1.HeaderClassName
{
color: #F37492;
}
.AnyTagClassName
{
color: #F37492;
}
</style>
background-color css
<style>
a { background-color: #F37492; }
a { background-color: rgb(243,116,146); }
div.DivClassName
{
background-color: #F37492;
}
.BgClassName
{
background-color: #F37492;
}
</style>
border-color css
<style>
span { border-color: #F37492; }
span { border-color: rgb(243,116,146); }
td.TdClassName
{
border-color: #F37492;
}
.TagClassName
{
border-color: #F37492;
}
</style>