Shades of Carissma #F57F86
Tints of Carissma #F57F86
RGB
CMYK
RGB Variations
Color information
#F57F86 (or 0xF57F86) is known color: Carissma. HEX triplet: F5, 7F and 86. RGB value is (245,127,134). Sum of RGB (Red+Green+Blue) = 245+127+134=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57F86 is #0A8079. Grayscale: #A3A3A3. Windows color (decimal): -688250 or 8814581. OLE color: 8814581.
HSL color Cylindrical-coordinate representation of color #F57F86: hue angle of 356.44º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F57F86 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 134 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.04 |
| HSL | 356.44º | 0.86% | 0.73% | - |
| HSV(B) | 356.44º | 0.48% | 0.96% | - |
| XYZ | 49.55 | 36.31 | 26.95 | - |
| YUV | 163.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 134 | 0 | 0.48 | 0.45 | 0.04 | 356.44 | 0.86 | 0.73 |
| Hex | F5 | 7F | 86 | 0 | 30 | 2D | 4 | 164 | 56 | 49 |
| Octal | 365 | 177 | 206 | 0 | 60 | 55 | 4 | 544 | 126 | 111 |
| Binary | 11110101 | 1111111 | 10000110 | 0 | 110000 | 101101 | 100 | 101100100 | 1010110 | 1001001 |
Color Harmonies of #F57F86
Complementary color
Monochromatic Colors of #F57F86
Black with #F57F86
Text Example
Text Example
White with #F57F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F86; }
p { color: rgb(245,127,134); }
H1.HeaderClassName
{
color: #F57F86;
}
.AnyTagClassName
{
color: #F57F86;
}
</style>
background-color css
<style>
a { background-color: #F57F86; }
a { background-color: rgb(245,127,134); }
div.DivClassName
{
background-color: #F57F86;
}
.BgClassName
{
background-color: #F57F86;
}
</style>
border-color css
<style>
span { border-color: #F57F86; }
span { border-color: rgb(245,127,134); }
td.TdClassName
{
border-color: #F57F86;
}
.TagClassName
{
border-color: #F57F86;
}
</style>