Shades of Carissma #F27892
Tints of Carissma #F27892
RGB
CMYK
RGB Variations
Color information
#F27892 (or 0xF27892) is known color: Carissma. HEX triplet: F2, 78 and 92. RGB value is (242,120,146). Sum of RGB (Red+Green+Blue) = 242+120+146=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F27892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27892 is #0D876D. Grayscale: #9F9F9F. Windows color (decimal): -886638 or 9599218. OLE color: 9599218.
HSL color Cylindrical-coordinate representation of color #F27892: hue angle of 347.21º 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 #F27892 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 146 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.05 |
| HSL | 347.21º | 0.82% | 0.71% | - |
| HSV(B) | 347.21º | 0.5% | 0.95% | - |
| XYZ | 48.52 | 34.39 | 31.27 | - |
| YUV | 159.44 | 120.42 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 146 | 0 | 0.50 | 0.40 | 0.05 | 347.21 | 0.82 | 0.71 |
| Hex | F2 | 78 | 92 | 0 | 32 | 28 | 5 | 15B | 52 | 47 |
| Octal | 362 | 170 | 222 | 0 | 62 | 50 | 5 | 533 | 122 | 107 |
| Binary | 11110010 | 1111000 | 10010010 | 0 | 110010 | 101000 | 101 | 101011011 | 1010010 | 1000111 |
Color Harmonies of #F27892
Complementary color
Monochromatic Colors of #F27892
Black with #F27892
Text Example
Text Example
White with #F27892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27892; }
p { color: rgb(242,120,146); }
H1.HeaderClassName
{
color: #F27892;
}
.AnyTagClassName
{
color: #F27892;
}
</style>
background-color css
<style>
a { background-color: #F27892; }
a { background-color: rgb(242,120,146); }
div.DivClassName
{
background-color: #F27892;
}
.BgClassName
{
background-color: #F27892;
}
</style>
border-color css
<style>
span { border-color: #F27892; }
span { border-color: rgb(242,120,146); }
td.TdClassName
{
border-color: #F27892;
}
.TagClassName
{
border-color: #F27892;
}
</style>