Shades of Carissma #F27E85
Tints of Carissma #F27E85
RGB
CMYK
RGB Variations
Color information
#F27E85 (or 0xF27E85) is known color: Carissma. HEX triplet: F2, 7E and 85. RGB value is (242,126,133). Sum of RGB (Red+Green+Blue) = 242+126+133=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27E85 is #0D817A. Grayscale: #A1A1A1. Windows color (decimal): -885115 or 8748786. OLE color: 8748786.
HSL color Cylindrical-coordinate representation of color #F27E85: hue angle of 356.38º 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 #F27E85 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 133 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.05 |
| HSL | 356.38º | 0.82% | 0.72% | - |
| HSV(B) | 356.38º | 0.48% | 0.95% | - |
| XYZ | 48.31 | 35.49 | 26.49 | - |
| YUV | 161.48 | 111.93 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 133 | 0 | 0.48 | 0.45 | 0.05 | 356.38 | 0.82 | 0.72 |
| Hex | F2 | 7E | 85 | 0 | 30 | 2D | 5 | 164 | 52 | 48 |
| Octal | 362 | 176 | 205 | 0 | 60 | 55 | 5 | 544 | 122 | 110 |
| Binary | 11110010 | 1111110 | 10000101 | 0 | 110000 | 101101 | 101 | 101100100 | 1010010 | 1001000 |
Color Harmonies of #F27E85
Complementary color
Monochromatic Colors of #F27E85
Black with #F27E85
Text Example
Text Example
White with #F27E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E85; }
p { color: rgb(242,126,133); }
H1.HeaderClassName
{
color: #F27E85;
}
.AnyTagClassName
{
color: #F27E85;
}
</style>
background-color css
<style>
a { background-color: #F27E85; }
a { background-color: rgb(242,126,133); }
div.DivClassName
{
background-color: #F27E85;
}
.BgClassName
{
background-color: #F27E85;
}
</style>
border-color css
<style>
span { border-color: #F27E85; }
span { border-color: rgb(242,126,133); }
td.TdClassName
{
border-color: #F27E85;
}
.TagClassName
{
border-color: #F27E85;
}
</style>