Shades of Carissma #F0749B
Tints of Carissma #F0749B
RGB
CMYK
RGB Variations
Color information
#F0749B (or 0xF0749B) is known color: Carissma. HEX triplet: F0, 74 and 9B. RGB value is (240,116,155). Sum of RGB (Red+Green+Blue) = 240+116+155=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0749B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0749B is #0F8B64. Grayscale: #9D9D9D. Windows color (decimal): -1018725 or 10188016. OLE color: 10188016.
HSL color Cylindrical-coordinate representation of color #F0749B: hue angle of 341.13º 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 #F0749B is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 155 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.06 |
| HSL | 341.13º | 0.81% | 0.7% | - |
| HSV(B) | 341.13º | 0.52% | 0.94% | - |
| XYZ | 48.1 | 33.38 | 34.92 | - |
| YUV | 157.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 155 | 0 | 0.52 | 0.35 | 0.06 | 341.13 | 0.81 | 0.7 |
| Hex | F0 | 74 | 9B | 0 | 34 | 23 | 6 | 155 | 51 | 46 |
| Octal | 360 | 164 | 233 | 0 | 64 | 43 | 6 | 525 | 121 | 106 |
| Binary | 11110000 | 1110100 | 10011011 | 0 | 110100 | 100011 | 110 | 101010101 | 1010001 | 1000110 |
Color Harmonies of #F0749B
Complementary color
Monochromatic Colors of #F0749B
Black with #F0749B
Text Example
Text Example
White with #F0749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0749B; }
p { color: rgb(240,116,155); }
H1.HeaderClassName
{
color: #F0749B;
}
.AnyTagClassName
{
color: #F0749B;
}
</style>
background-color css
<style>
a { background-color: #F0749B; }
a { background-color: rgb(240,116,155); }
div.DivClassName
{
background-color: #F0749B;
}
.BgClassName
{
background-color: #F0749B;
}
</style>
border-color css
<style>
span { border-color: #F0749B; }
span { border-color: rgb(240,116,155); }
td.TdClassName
{
border-color: #F0749B;
}
.TagClassName
{
border-color: #F0749B;
}
</style>