Shades of Carissma #F0768F
Tints of Carissma #F0768F
RGB
CMYK
RGB Variations
Color information
#F0768F (or 0xF0768F) is known color: Carissma. HEX triplet: F0, 76 and 8F. RGB value is (240,118,143). Sum of RGB (Red+Green+Blue) = 240+118+143=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0768F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0768F is #0F8970. Grayscale: #9D9D9D. Windows color (decimal): -1018225 or 9402096. OLE color: 9402096.
HSL color Cylindrical-coordinate representation of color #F0768F: hue angle of 347.7º 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 #F0768F is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 143 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.06 |
| HSL | 347.7º | 0.8% | 0.7% | - |
| HSV(B) | 347.7º | 0.51% | 0.94% | - |
| XYZ | 47.37 | 33.47 | 29.95 | - |
| YUV | 157.33 | 119.92 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 143 | 0 | 0.51 | 0.40 | 0.06 | 347.7 | 0.8 | 0.7 |
| Hex | F0 | 76 | 8F | 0 | 33 | 28 | 6 | 15C | 50 | 46 |
| Octal | 360 | 166 | 217 | 0 | 63 | 50 | 6 | 534 | 120 | 106 |
| Binary | 11110000 | 1110110 | 10001111 | 0 | 110011 | 101000 | 110 | 101011100 | 1010000 | 1000110 |
Color Harmonies of #F0768F
Complementary color
Monochromatic Colors of #F0768F
Black with #F0768F
Text Example
Text Example
White with #F0768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0768F; }
p { color: rgb(240,118,143); }
H1.HeaderClassName
{
color: #F0768F;
}
.AnyTagClassName
{
color: #F0768F;
}
</style>
background-color css
<style>
a { background-color: #F0768F; }
a { background-color: rgb(240,118,143); }
div.DivClassName
{
background-color: #F0768F;
}
.BgClassName
{
background-color: #F0768F;
}
</style>
border-color css
<style>
span { border-color: #F0768F; }
span { border-color: rgb(240,118,143); }
td.TdClassName
{
border-color: #F0768F;
}
.TagClassName
{
border-color: #F0768F;
}
</style>