Shades of Carissma #F27C84
Tints of Carissma #F27C84
RGB
CMYK
RGB Variations
Color information
#F27C84 (or 0xF27C84) is known color: Carissma. HEX triplet: F2, 7C and 84. RGB value is (242,124,132). Sum of RGB (Red+Green+Blue) = 242+124+132=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27C84 is #0D837B. Grayscale: #A0A0A0. Windows color (decimal): -885628 or 8682738. OLE color: 8682738.
HSL color Cylindrical-coordinate representation of color #F27C84: hue angle of 355.93º 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 #F27C84 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 132 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.05 |
| HSL | 355.93º | 0.82% | 0.72% | - |
| HSV(B) | 355.93º | 0.49% | 0.95% | - |
| XYZ | 47.99 | 34.96 | 26.05 | - |
| YUV | 160.19 | 112.09 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 132 | 0 | 0.49 | 0.45 | 0.05 | 355.93 | 0.82 | 0.72 |
| Hex | F2 | 7C | 84 | 0 | 31 | 2D | 5 | 164 | 52 | 48 |
| Octal | 362 | 174 | 204 | 0 | 61 | 55 | 5 | 544 | 122 | 110 |
| Binary | 11110010 | 1111100 | 10000100 | 0 | 110001 | 101101 | 101 | 101100100 | 1010010 | 1001000 |
Color Harmonies of #F27C84
Complementary color
Monochromatic Colors of #F27C84
Black with #F27C84
Text Example
Text Example
White with #F27C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C84; }
p { color: rgb(242,124,132); }
H1.HeaderClassName
{
color: #F27C84;
}
.AnyTagClassName
{
color: #F27C84;
}
</style>
background-color css
<style>
a { background-color: #F27C84; }
a { background-color: rgb(242,124,132); }
div.DivClassName
{
background-color: #F27C84;
}
.BgClassName
{
background-color: #F27C84;
}
</style>
border-color css
<style>
span { border-color: #F27C84; }
span { border-color: rgb(242,124,132); }
td.TdClassName
{
border-color: #F27C84;
}
.TagClassName
{
border-color: #F27C84;
}
</style>