Shades of Carissma #F27994
Tints of Carissma #F27994
RGB
CMYK
RGB Variations
Color information
#F27994 (or 0xF27994) is known color: Carissma. HEX triplet: F2, 79 and 94. RGB value is (242,121,148). Sum of RGB (Red+Green+Blue) = 242+121+148=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F27994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27994 is #0D866B. Grayscale: #A0A0A0. Windows color (decimal): -886380 or 9730546. OLE color: 9730546.
HSL color Cylindrical-coordinate representation of color #F27994: hue angle of 346.61º 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 #F27994 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 148 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.05 |
| HSL | 346.61º | 0.82% | 0.71% | - |
| HSV(B) | 346.61º | 0.5% | 0.95% | - |
| XYZ | 48.8 | 34.69 | 32.14 | - |
| YUV | 160.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 148 | 0 | 0.50 | 0.39 | 0.05 | 346.61 | 0.82 | 0.71 |
| Hex | F2 | 79 | 94 | 0 | 32 | 27 | 5 | 15B | 52 | 47 |
| Octal | 362 | 171 | 224 | 0 | 62 | 47 | 5 | 533 | 122 | 107 |
| Binary | 11110010 | 1111001 | 10010100 | 0 | 110010 | 100111 | 101 | 101011011 | 1010010 | 1000111 |
Color Harmonies of #F27994
Complementary color
Monochromatic Colors of #F27994
Black with #F27994
Text Example
Text Example
White with #F27994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27994; }
p { color: rgb(242,121,148); }
H1.HeaderClassName
{
color: #F27994;
}
.AnyTagClassName
{
color: #F27994;
}
</style>
background-color css
<style>
a { background-color: #F27994; }
a { background-color: rgb(242,121,148); }
div.DivClassName
{
background-color: #F27994;
}
.BgClassName
{
background-color: #F27994;
}
</style>
border-color css
<style>
span { border-color: #F27994; }
span { border-color: rgb(242,121,148); }
td.TdClassName
{
border-color: #F27994;
}
.TagClassName
{
border-color: #F27994;
}
</style>