Shades of Carissma #F57F8D
Tints of Carissma #F57F8D
RGB
CMYK
RGB Variations
Color information
#F57F8D (or 0xF57F8D) is known color: Carissma. HEX triplet: F5, 7F and 8D. RGB value is (245,127,141). Sum of RGB (Red+Green+Blue) = 245+127+141=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57F8D is #0A8072. Grayscale: #A3A3A3. Windows color (decimal): -688243 or 9273333. OLE color: 9273333.
HSL color Cylindrical-coordinate representation of color #F57F8D: hue angle of 352.88º 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 #F57F8D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 141 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.04 |
| HSL | 352.88º | 0.86% | 0.73% | - |
| HSV(B) | 352.88º | 0.48% | 0.96% | - |
| XYZ | 50.05 | 36.51 | 29.61 | - |
| YUV | 163.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 141 | 0 | 0.48 | 0.42 | 0.04 | 352.88 | 0.86 | 0.73 |
| Hex | F5 | 7F | 8D | 0 | 30 | 2A | 4 | 161 | 56 | 49 |
| Octal | 365 | 177 | 215 | 0 | 60 | 52 | 4 | 541 | 126 | 111 |
| Binary | 11110101 | 1111111 | 10001101 | 0 | 110000 | 101010 | 100 | 101100001 | 1010110 | 1001001 |
Color Harmonies of #F57F8D
Complementary color
Monochromatic Colors of #F57F8D
Black with #F57F8D
Text Example
Text Example
White with #F57F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F8D; }
p { color: rgb(245,127,141); }
H1.HeaderClassName
{
color: #F57F8D;
}
.AnyTagClassName
{
color: #F57F8D;
}
</style>
background-color css
<style>
a { background-color: #F57F8D; }
a { background-color: rgb(245,127,141); }
div.DivClassName
{
background-color: #F57F8D;
}
.BgClassName
{
background-color: #F57F8D;
}
</style>
border-color css
<style>
span { border-color: #F57F8D; }
span { border-color: rgb(245,127,141); }
td.TdClassName
{
border-color: #F57F8D;
}
.TagClassName
{
border-color: #F57F8D;
}
</style>