Shades of Carissma #F2778F
Tints of Carissma #F2778F
RGB
CMYK
RGB Variations
Color information
#F2778F (or 0xF2778F) is known color: Carissma. HEX triplet: F2, 77 and 8F. RGB value is (242,119,143). Sum of RGB (Red+Green+Blue) = 242+119+143=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2778F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2778F is #0D8870. Grayscale: #9E9E9E. Windows color (decimal): -886897 or 9402354. OLE color: 9402354.
HSL color Cylindrical-coordinate representation of color #F2778F: hue angle of 348.29º 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 #F2778F is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 143 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.05 |
| HSL | 348.29º | 0.83% | 0.71% | - |
| HSV(B) | 348.29º | 0.51% | 0.95% | - |
| XYZ | 48.17 | 34.05 | 30.02 | - |
| YUV | 158.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 143 | 0 | 0.51 | 0.41 | 0.05 | 348.29 | 0.83 | 0.71 |
| Hex | F2 | 77 | 8F | 0 | 33 | 29 | 5 | 15C | 53 | 47 |
| Octal | 362 | 167 | 217 | 0 | 63 | 51 | 5 | 534 | 123 | 107 |
| Binary | 11110010 | 1110111 | 10001111 | 0 | 110011 | 101001 | 101 | 101011100 | 1010011 | 1000111 |
Color Harmonies of #F2778F
Complementary color
Monochromatic Colors of #F2778F
Black with #F2778F
Text Example
Text Example
White with #F2778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2778F; }
p { color: rgb(242,119,143); }
H1.HeaderClassName
{
color: #F2778F;
}
.AnyTagClassName
{
color: #F2778F;
}
</style>
background-color css
<style>
a { background-color: #F2778F; }
a { background-color: rgb(242,119,143); }
div.DivClassName
{
background-color: #F2778F;
}
.BgClassName
{
background-color: #F2778F;
}
</style>
border-color css
<style>
span { border-color: #F2778F; }
span { border-color: rgb(242,119,143); }
td.TdClassName
{
border-color: #F2778F;
}
.TagClassName
{
border-color: #F2778F;
}
</style>