Shades of Carissma #F27E88
Tints of Carissma #F27E88
RGB
CMYK
RGB Variations
Color information
#F27E88 (or 0xF27E88) is known color: Carissma. HEX triplet: F2, 7E and 88. RGB value is (242,126,136). Sum of RGB (Red+Green+Blue) = 242+126+136=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27E88 is #0D8177. Grayscale: #A1A1A1. Windows color (decimal): -885112 or 8945394. OLE color: 8945394.
HSL color Cylindrical-coordinate representation of color #F27E88: hue angle of 354.83º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27E88 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 136 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.05 |
| HSL | 354.83º | 0.82% | 0.72% | - |
| HSV(B) | 354.83º | 0.48% | 0.95% | - |
| XYZ | 48.52 | 35.58 | 27.6 | - |
| YUV | 161.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 136 | 0 | 0.48 | 0.44 | 0.05 | 354.83 | 0.82 | 0.72 |
| Hex | F2 | 7E | 88 | 0 | 30 | 2C | 5 | 163 | 52 | 48 |
| Octal | 362 | 176 | 210 | 0 | 60 | 54 | 5 | 543 | 122 | 110 |
| Binary | 11110010 | 1111110 | 10001000 | 0 | 110000 | 101100 | 101 | 101100011 | 1010010 | 1001000 |
Color Harmonies of #F27E88
Complementary color
Monochromatic Colors of #F27E88
Black with #F27E88
Text Example
Text Example
White with #F27E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E88; }
p { color: rgb(242,126,136); }
H1.HeaderClassName
{
color: #F27E88;
}
.AnyTagClassName
{
color: #F27E88;
}
</style>
background-color css
<style>
a { background-color: #F27E88; }
a { background-color: rgb(242,126,136); }
div.DivClassName
{
background-color: #F27E88;
}
.BgClassName
{
background-color: #F27E88;
}
</style>
border-color css
<style>
span { border-color: #F27E88; }
span { border-color: rgb(242,126,136); }
td.TdClassName
{
border-color: #F27E88;
}
.TagClassName
{
border-color: #F27E88;
}
</style>