Shades of Carissma #F27A8E
Tints of Carissma #F27A8E
RGB
CMYK
RGB Variations
Color information
#F27A8E (or 0xF27A8E) is known color: Carissma. HEX triplet: F2, 7A and 8E. RGB value is (242,122,142). Sum of RGB (Red+Green+Blue) = 242+122+142=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27A8E is #0D8571. Grayscale: #A0A0A0. Windows color (decimal): -886130 or 9337586. OLE color: 9337586.
HSL color Cylindrical-coordinate representation of color #F27A8E: hue angle of 350º 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 #F27A8E is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 142 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.05 |
| HSL | 350º | 0.82% | 0.71% | - |
| HSV(B) | 350º | 0.5% | 0.95% | - |
| XYZ | 48.46 | 34.75 | 29.74 | - |
| YUV | 160.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 142 | 0 | 0.50 | 0.41 | 0.05 | 350 | 0.82 | 0.71 |
| Hex | F2 | 7A | 8E | 0 | 32 | 29 | 5 | 15E | 52 | 47 |
| Octal | 362 | 172 | 216 | 0 | 62 | 51 | 5 | 536 | 122 | 107 |
| Binary | 11110010 | 1111010 | 10001110 | 0 | 110010 | 101001 | 101 | 101011110 | 1010010 | 1000111 |
Color Harmonies of #F27A8E
Complementary color
Monochromatic Colors of #F27A8E
Black with #F27A8E
Text Example
Text Example
White with #F27A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A8E; }
p { color: rgb(242,122,142); }
H1.HeaderClassName
{
color: #F27A8E;
}
.AnyTagClassName
{
color: #F27A8E;
}
</style>
background-color css
<style>
a { background-color: #F27A8E; }
a { background-color: rgb(242,122,142); }
div.DivClassName
{
background-color: #F27A8E;
}
.BgClassName
{
background-color: #F27A8E;
}
</style>
border-color css
<style>
span { border-color: #F27A8E; }
span { border-color: rgb(242,122,142); }
td.TdClassName
{
border-color: #F27A8E;
}
.TagClassName
{
border-color: #F27A8E;
}
</style>