Shades of Carissma #F07495
Tints of Carissma #F07495
RGB
CMYK
RGB Variations
Color information
#F07495 (or 0xF07495) is known color: Carissma. HEX triplet: F0, 74 and 95. RGB value is (240,116,149). Sum of RGB (Red+Green+Blue) = 240+116+149=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F07495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07495 is #0F8B6A. Grayscale: #9C9C9C. Windows color (decimal): -1018731 or 9794800. OLE color: 9794800.
HSL color Cylindrical-coordinate representation of color #F07495: hue angle of 344.03º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07495 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 149 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.06 |
| HSL | 344.03º | 0.81% | 0.7% | - |
| HSV(B) | 344.03º | 0.52% | 0.94% | - |
| XYZ | 47.61 | 33.19 | 32.33 | - |
| YUV | 156.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 149 | 0 | 0.52 | 0.38 | 0.06 | 344.03 | 0.81 | 0.7 |
| Hex | F0 | 74 | 95 | 0 | 34 | 26 | 6 | 158 | 51 | 46 |
| Octal | 360 | 164 | 225 | 0 | 64 | 46 | 6 | 530 | 121 | 106 |
| Binary | 11110000 | 1110100 | 10010101 | 0 | 110100 | 100110 | 110 | 101011000 | 1010001 | 1000110 |
Color Harmonies of #F07495
Complementary color
Monochromatic Colors of #F07495
Black with #F07495
Text Example
Text Example
White with #F07495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07495; }
p { color: rgb(240,116,149); }
H1.HeaderClassName
{
color: #F07495;
}
.AnyTagClassName
{
color: #F07495;
}
</style>
background-color css
<style>
a { background-color: #F07495; }
a { background-color: rgb(240,116,149); }
div.DivClassName
{
background-color: #F07495;
}
.BgClassName
{
background-color: #F07495;
}
</style>
border-color css
<style>
span { border-color: #F07495; }
span { border-color: rgb(240,116,149); }
td.TdClassName
{
border-color: #F07495;
}
.TagClassName
{
border-color: #F07495;
}
</style>