Shades of Carissma #F2768F
Tints of Carissma #F2768F
RGB
CMYK
RGB Variations
Color information
#F2768F (or 0xF2768F) is known color: Carissma. HEX triplet: F2, 76 and 8F. RGB value is (242,118,143). Sum of RGB (Red+Green+Blue) = 242+118+143=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2768F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2768F is #0D8970. Grayscale: #9D9D9D. Windows color (decimal): -887153 or 9402098. OLE color: 9402098.
HSL color Cylindrical-coordinate representation of color #F2768F: hue angle of 347.9º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2768F is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 143 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.05 |
| HSL | 347.9º | 0.83% | 0.71% | - |
| HSV(B) | 347.9º | 0.51% | 0.95% | - |
| XYZ | 48.05 | 33.82 | 29.98 | - |
| YUV | 157.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 143 | 0 | 0.51 | 0.41 | 0.05 | 347.9 | 0.83 | 0.71 |
| Hex | F2 | 76 | 8F | 0 | 33 | 29 | 5 | 15C | 53 | 47 |
| Octal | 362 | 166 | 217 | 0 | 63 | 51 | 5 | 534 | 123 | 107 |
| Binary | 11110010 | 1110110 | 10001111 | 0 | 110011 | 101001 | 101 | 101011100 | 1010011 | 1000111 |
Color Harmonies of #F2768F
Complementary color
Monochromatic Colors of #F2768F
Black with #F2768F
Text Example
Text Example
White with #F2768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2768F; }
p { color: rgb(242,118,143); }
H1.HeaderClassName
{
color: #F2768F;
}
.AnyTagClassName
{
color: #F2768F;
}
</style>
background-color css
<style>
a { background-color: #F2768F; }
a { background-color: rgb(242,118,143); }
div.DivClassName
{
background-color: #F2768F;
}
.BgClassName
{
background-color: #F2768F;
}
</style>
border-color css
<style>
span { border-color: #F2768F; }
span { border-color: rgb(242,118,143); }
td.TdClassName
{
border-color: #F2768F;
}
.TagClassName
{
border-color: #F2768F;
}
</style>