Shades of Carissma #F27899
Tints of Carissma #F27899
RGB
CMYK
RGB Variations
Color information
#F27899 (or 0xF27899) is known color: Carissma. HEX triplet: F2, 78 and 99. RGB value is (242,120,153). Sum of RGB (Red+Green+Blue) = 242+120+153=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F27899 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27899 is #0D8766. Grayscale: #A0A0A0. Windows color (decimal): -886631 or 10057970. OLE color: 10057970.
HSL color Cylindrical-coordinate representation of color #F27899: hue angle of 343.77º 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 #F27899 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 153 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.05 |
| HSL | 343.77º | 0.82% | 0.71% | - |
| HSV(B) | 343.77º | 0.5% | 0.95% | - |
| XYZ | 49.08 | 34.61 | 34.23 | - |
| YUV | 160.24 | 123.92 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 153 | 0 | 0.50 | 0.37 | 0.05 | 343.77 | 0.82 | 0.71 |
| Hex | F2 | 78 | 99 | 0 | 32 | 25 | 5 | 158 | 52 | 47 |
| Octal | 362 | 170 | 231 | 0 | 62 | 45 | 5 | 530 | 122 | 107 |
| Binary | 11110010 | 1111000 | 10011001 | 0 | 110010 | 100101 | 101 | 101011000 | 1010010 | 1000111 |
Color Harmonies of #F27899
Complementary color
Monochromatic Colors of #F27899
Black with #F27899
Text Example
Text Example
White with #F27899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27899; }
p { color: rgb(242,120,153); }
H1.HeaderClassName
{
color: #F27899;
}
.AnyTagClassName
{
color: #F27899;
}
</style>
background-color css
<style>
a { background-color: #F27899; }
a { background-color: rgb(242,120,153); }
div.DivClassName
{
background-color: #F27899;
}
.BgClassName
{
background-color: #F27899;
}
</style>
border-color css
<style>
span { border-color: #F27899; }
span { border-color: rgb(242,120,153); }
td.TdClassName
{
border-color: #F27899;
}
.TagClassName
{
border-color: #F27899;
}
</style>