Shades of Carissma #F07599
Tints of Carissma #F07599
RGB
CMYK
RGB Variations
Color information
#F07599 (or 0xF07599) is known color: Carissma. HEX triplet: F0, 75 and 99. RGB value is (240,117,153). Sum of RGB (Red+Green+Blue) = 240+117+153=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F07599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07599 is #0F8A66. Grayscale: #9D9D9D. Windows color (decimal): -1018471 or 10057200. OLE color: 10057200.
HSL color Cylindrical-coordinate representation of color #F07599: hue angle of 342.44º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07599 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 153 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.06 |
| HSL | 342.44º | 0.8% | 0.7% | - |
| HSV(B) | 342.44º | 0.51% | 0.94% | - |
| XYZ | 48.05 | 33.55 | 34.08 | - |
| YUV | 157.88 | 125.25 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 153 | 0 | 0.51 | 0.36 | 0.06 | 342.44 | 0.8 | 0.7 |
| Hex | F0 | 75 | 99 | 0 | 33 | 24 | 6 | 156 | 50 | 46 |
| Octal | 360 | 165 | 231 | 0 | 63 | 44 | 6 | 526 | 120 | 106 |
| Binary | 11110000 | 1110101 | 10011001 | 0 | 110011 | 100100 | 110 | 101010110 | 1010000 | 1000110 |
Color Harmonies of #F07599
Complementary color
Monochromatic Colors of #F07599
Black with #F07599
Text Example
Text Example
White with #F07599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07599; }
p { color: rgb(240,117,153); }
H1.HeaderClassName
{
color: #F07599;
}
.AnyTagClassName
{
color: #F07599;
}
</style>
background-color css
<style>
a { background-color: #F07599; }
a { background-color: rgb(240,117,153); }
div.DivClassName
{
background-color: #F07599;
}
.BgClassName
{
background-color: #F07599;
}
</style>
border-color css
<style>
span { border-color: #F07599; }
span { border-color: rgb(240,117,153); }
td.TdClassName
{
border-color: #F07599;
}
.TagClassName
{
border-color: #F07599;
}
</style>