Shades of Carissma #F27C85
Tints of Carissma #F27C85
RGB
CMYK
RGB Variations
Color information
#F27C85 (or 0xF27C85) is known color: Carissma. HEX triplet: F2, 7C and 85. RGB value is (242,124,133). Sum of RGB (Red+Green+Blue) = 242+124+133=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27C85 is #0D837A. Grayscale: #A0A0A0. Windows color (decimal): -885627 or 8748274. OLE color: 8748274.
HSL color Cylindrical-coordinate representation of color #F27C85: hue angle of 355.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 #F27C85 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 133 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.05 |
| HSL | 355.42º | 0.82% | 0.72% | - |
| HSV(B) | 355.42º | 0.49% | 0.95% | - |
| XYZ | 48.06 | 34.99 | 26.41 | - |
| YUV | 160.31 | 112.59 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 133 | 0 | 0.49 | 0.45 | 0.05 | 355.42 | 0.82 | 0.72 |
| Hex | F2 | 7C | 85 | 0 | 31 | 2D | 5 | 163 | 52 | 48 |
| Octal | 362 | 174 | 205 | 0 | 61 | 55 | 5 | 543 | 122 | 110 |
| Binary | 11110010 | 1111100 | 10000101 | 0 | 110001 | 101101 | 101 | 101100011 | 1010010 | 1001000 |
Color Harmonies of #F27C85
Complementary color
Monochromatic Colors of #F27C85
Black with #F27C85
Text Example
Text Example
White with #F27C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C85; }
p { color: rgb(242,124,133); }
H1.HeaderClassName
{
color: #F27C85;
}
.AnyTagClassName
{
color: #F27C85;
}
</style>
background-color css
<style>
a { background-color: #F27C85; }
a { background-color: rgb(242,124,133); }
div.DivClassName
{
background-color: #F27C85;
}
.BgClassName
{
background-color: #F27C85;
}
</style>
border-color css
<style>
span { border-color: #F27C85; }
span { border-color: rgb(242,124,133); }
td.TdClassName
{
border-color: #F27C85;
}
.TagClassName
{
border-color: #F27C85;
}
</style>