Shades of Carissma #F27B8E
Tints of Carissma #F27B8E
RGB
CMYK
RGB Variations
Color information
#F27B8E (or 0xF27B8E) is known color: Carissma. HEX triplet: F2, 7B and 8E. RGB value is (242,123,142). Sum of RGB (Red+Green+Blue) = 242+123+142=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27B8E is #0D8471. Grayscale: #A0A0A0. Windows color (decimal): -885874 or 9337842. OLE color: 9337842.
HSL color Cylindrical-coordinate representation of color #F27B8E: hue angle of 350.42º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27B8E is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 142 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.05 |
| HSL | 350.42º | 0.82% | 0.72% | - |
| HSV(B) | 350.42º | 0.49% | 0.95% | - |
| XYZ | 48.58 | 35 | 29.79 | - |
| YUV | 160.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 142 | 0 | 0.49 | 0.41 | 0.05 | 350.42 | 0.82 | 0.72 |
| Hex | F2 | 7B | 8E | 0 | 31 | 29 | 5 | 15E | 52 | 48 |
| Octal | 362 | 173 | 216 | 0 | 61 | 51 | 5 | 536 | 122 | 110 |
| Binary | 11110010 | 1111011 | 10001110 | 0 | 110001 | 101001 | 101 | 101011110 | 1010010 | 1001000 |
Color Harmonies of #F27B8E
Complementary color
Monochromatic Colors of #F27B8E
Black with #F27B8E
Text Example
Text Example
White with #F27B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27B8E; }
p { color: rgb(242,123,142); }
H1.HeaderClassName
{
color: #F27B8E;
}
.AnyTagClassName
{
color: #F27B8E;
}
</style>
background-color css
<style>
a { background-color: #F27B8E; }
a { background-color: rgb(242,123,142); }
div.DivClassName
{
background-color: #F27B8E;
}
.BgClassName
{
background-color: #F27B8E;
}
</style>
border-color css
<style>
span { border-color: #F27B8E; }
span { border-color: rgb(242,123,142); }
td.TdClassName
{
border-color: #F27B8E;
}
.TagClassName
{
border-color: #F27B8E;
}
</style>