Shades of Carissma #F27A90
Tints of Carissma #F27A90
RGB
CMYK
RGB Variations
Color information
#F27A90 (or 0xF27A90) is known color: Carissma. HEX triplet: F2, 7A and 90. RGB value is (242,122,144). Sum of RGB (Red+Green+Blue) = 242+122+144=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27A90 is #0D856F. Grayscale: #A0A0A0. Windows color (decimal): -886128 or 9468658. OLE color: 9468658.
HSL color Cylindrical-coordinate representation of color #F27A90: hue angle of 349º 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 #F27A90 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 144 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.05 |
| HSL | 349º | 0.82% | 0.71% | - |
| HSV(B) | 349º | 0.5% | 0.95% | - |
| XYZ | 48.61 | 34.81 | 30.54 | - |
| YUV | 160.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 144 | 0 | 0.50 | 0.40 | 0.05 | 349 | 0.82 | 0.71 |
| Hex | F2 | 7A | 90 | 0 | 32 | 28 | 5 | 15D | 52 | 47 |
| Octal | 362 | 172 | 220 | 0 | 62 | 50 | 5 | 535 | 122 | 107 |
| Binary | 11110010 | 1111010 | 10010000 | 0 | 110010 | 101000 | 101 | 101011101 | 1010010 | 1000111 |
Color Harmonies of #F27A90
Complementary color
Monochromatic Colors of #F27A90
Black with #F27A90
Text Example
Text Example
White with #F27A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A90; }
p { color: rgb(242,122,144); }
H1.HeaderClassName
{
color: #F27A90;
}
.AnyTagClassName
{
color: #F27A90;
}
</style>
background-color css
<style>
a { background-color: #F27A90; }
a { background-color: rgb(242,122,144); }
div.DivClassName
{
background-color: #F27A90;
}
.BgClassName
{
background-color: #F27A90;
}
</style>
border-color css
<style>
span { border-color: #F27A90; }
span { border-color: rgb(242,122,144); }
td.TdClassName
{
border-color: #F27A90;
}
.TagClassName
{
border-color: #F27A90;
}
</style>