Shades of Carissma #F2788C
Tints of Carissma #F2788C
RGB
CMYK
RGB Variations
Color information
#F2788C (or 0xF2788C) is known color: Carissma. HEX triplet: F2, 78 and 8C. RGB value is (242,120,140). Sum of RGB (Red+Green+Blue) = 242+120+140=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2788C is #0D8773. Grayscale: #9E9E9E. Windows color (decimal): -886644 or 9206002. OLE color: 9206002.
HSL color Cylindrical-coordinate representation of color #F2788C: hue angle of 350.16º 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 #F2788C is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 140 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.05 |
| HSL | 350.16º | 0.82% | 0.71% | - |
| HSV(B) | 350.16º | 0.5% | 0.95% | - |
| XYZ | 48.07 | 34.2 | 28.88 | - |
| YUV | 158.76 | 117.42 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 140 | 0 | 0.50 | 0.42 | 0.05 | 350.16 | 0.82 | 0.71 |
| Hex | F2 | 78 | 8C | 0 | 32 | 2A | 5 | 15E | 52 | 47 |
| Octal | 362 | 170 | 214 | 0 | 62 | 52 | 5 | 536 | 122 | 107 |
| Binary | 11110010 | 1111000 | 10001100 | 0 | 110010 | 101010 | 101 | 101011110 | 1010010 | 1000111 |
Color Harmonies of #F2788C
Complementary color
Monochromatic Colors of #F2788C
Black with #F2788C
Text Example
Text Example
White with #F2788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2788C; }
p { color: rgb(242,120,140); }
H1.HeaderClassName
{
color: #F2788C;
}
.AnyTagClassName
{
color: #F2788C;
}
</style>
background-color css
<style>
a { background-color: #F2788C; }
a { background-color: rgb(242,120,140); }
div.DivClassName
{
background-color: #F2788C;
}
.BgClassName
{
background-color: #F2788C;
}
</style>
border-color css
<style>
span { border-color: #F2788C; }
span { border-color: rgb(242,120,140); }
td.TdClassName
{
border-color: #F2788C;
}
.TagClassName
{
border-color: #F2788C;
}
</style>