Shades of Carissma #F2788D
Tints of Carissma #F2788D
RGB
CMYK
RGB Variations
Color information
#F2788D (or 0xF2788D) is known color: Carissma. HEX triplet: F2, 78 and 8D. RGB value is (242,120,141). Sum of RGB (Red+Green+Blue) = 242+120+141=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2788D is #0D8772. Grayscale: #9E9E9E. Windows color (decimal): -886643 or 9271538. OLE color: 9271538.
HSL color Cylindrical-coordinate representation of color #F2788D: hue angle of 349.67º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2788D is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 141 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.05 |
| HSL | 349.67º | 0.82% | 0.71% | - |
| HSV(B) | 349.67º | 0.5% | 0.95% | - |
| XYZ | 48.14 | 34.23 | 29.27 | - |
| YUV | 158.87 | 117.92 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 141 | 0 | 0.50 | 0.42 | 0.05 | 349.67 | 0.82 | 0.71 |
| Hex | F2 | 78 | 8D | 0 | 32 | 2A | 5 | 15E | 52 | 47 |
| Octal | 362 | 170 | 215 | 0 | 62 | 52 | 5 | 536 | 122 | 107 |
| Binary | 11110010 | 1111000 | 10001101 | 0 | 110010 | 101010 | 101 | 101011110 | 1010010 | 1000111 |
Color Harmonies of #F2788D
Complementary color
Monochromatic Colors of #F2788D
Black with #F2788D
Text Example
Text Example
White with #F2788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2788D; }
p { color: rgb(242,120,141); }
H1.HeaderClassName
{
color: #F2788D;
}
.AnyTagClassName
{
color: #F2788D;
}
</style>
background-color css
<style>
a { background-color: #F2788D; }
a { background-color: rgb(242,120,141); }
div.DivClassName
{
background-color: #F2788D;
}
.BgClassName
{
background-color: #F2788D;
}
</style>
border-color css
<style>
span { border-color: #F2788D; }
span { border-color: rgb(242,120,141); }
td.TdClassName
{
border-color: #F2788D;
}
.TagClassName
{
border-color: #F2788D;
}
</style>