Shades of Carissma #F27C88
Tints of Carissma #F27C88
RGB
CMYK
RGB Variations
Color information
#F27C88 (or 0xF27C88) is known color: Carissma. HEX triplet: F2, 7C and 88. RGB value is (242,124,136). Sum of RGB (Red+Green+Blue) = 242+124+136=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27C88 is #0D8377. Grayscale: #A0A0A0. Windows color (decimal): -885624 or 8944882. OLE color: 8944882.
HSL color Cylindrical-coordinate representation of color #F27C88: hue angle of 353.9º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27C88 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 136 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.05 |
| HSL | 353.9º | 0.82% | 0.72% | - |
| HSV(B) | 353.9º | 0.49% | 0.95% | - |
| XYZ | 48.27 | 35.07 | 27.52 | - |
| YUV | 160.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 136 | 0 | 0.49 | 0.44 | 0.05 | 353.9 | 0.82 | 0.72 |
| Hex | F2 | 7C | 88 | 0 | 31 | 2C | 5 | 162 | 52 | 48 |
| Octal | 362 | 174 | 210 | 0 | 61 | 54 | 5 | 542 | 122 | 110 |
| Binary | 11110010 | 1111100 | 10001000 | 0 | 110001 | 101100 | 101 | 101100010 | 1010010 | 1001000 |
Color Harmonies of #F27C88
Complementary color
Monochromatic Colors of #F27C88
Black with #F27C88
Text Example
Text Example
White with #F27C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C88; }
p { color: rgb(242,124,136); }
H1.HeaderClassName
{
color: #F27C88;
}
.AnyTagClassName
{
color: #F27C88;
}
</style>
background-color css
<style>
a { background-color: #F27C88; }
a { background-color: rgb(242,124,136); }
div.DivClassName
{
background-color: #F27C88;
}
.BgClassName
{
background-color: #F27C88;
}
</style>
border-color css
<style>
span { border-color: #F27C88; }
span { border-color: rgb(242,124,136); }
td.TdClassName
{
border-color: #F27C88;
}
.TagClassName
{
border-color: #F27C88;
}
</style>