Shades of Carissma #F27D8E
Tints of Carissma #F27D8E
RGB
CMYK
RGB Variations
Color information
#F27D8E (or 0xF27D8E) is known color: Carissma. HEX triplet: F2, 7D and 8E. RGB value is (242,125,142). Sum of RGB (Red+Green+Blue) = 242+125+142=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27D8E is #0D8271. Grayscale: #A1A1A1. Windows color (decimal): -885362 or 9338354. OLE color: 9338354.
HSL color Cylindrical-coordinate representation of color #F27D8E: hue angle of 351.28º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27D8E is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 142 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.05 |
| HSL | 351.28º | 0.82% | 0.72% | - |
| HSV(B) | 351.28º | 0.48% | 0.95% | - |
| XYZ | 48.83 | 35.5 | 29.87 | - |
| YUV | 161.92 | 116.76 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 142 | 0 | 0.48 | 0.41 | 0.05 | 351.28 | 0.82 | 0.72 |
| Hex | F2 | 7D | 8E | 0 | 30 | 29 | 5 | 15F | 52 | 48 |
| Octal | 362 | 175 | 216 | 0 | 60 | 51 | 5 | 537 | 122 | 110 |
| Binary | 11110010 | 1111101 | 10001110 | 0 | 110000 | 101001 | 101 | 101011111 | 1010010 | 1001000 |
Color Harmonies of #F27D8E
Complementary color
Monochromatic Colors of #F27D8E
Black with #F27D8E
Text Example
Text Example
White with #F27D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27D8E; }
p { color: rgb(242,125,142); }
H1.HeaderClassName
{
color: #F27D8E;
}
.AnyTagClassName
{
color: #F27D8E;
}
</style>
background-color css
<style>
a { background-color: #F27D8E; }
a { background-color: rgb(242,125,142); }
div.DivClassName
{
background-color: #F27D8E;
}
.BgClassName
{
background-color: #F27D8E;
}
</style>
border-color css
<style>
span { border-color: #F27D8E; }
span { border-color: rgb(242,125,142); }
td.TdClassName
{
border-color: #F27D8E;
}
.TagClassName
{
border-color: #F27D8E;
}
</style>