Shades of Carissma #F57E8F
Tints of Carissma #F57E8F
RGB
CMYK
RGB Variations
Color information
#F57E8F (or 0xF57E8F) is known color: Carissma. HEX triplet: F5, 7E and 8F. RGB value is (245,126,143). Sum of RGB (Red+Green+Blue) = 245+126+143=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57E8F is #0A8170. Grayscale: #A3A3A3. Windows color (decimal): -688497 or 9404149. OLE color: 9404149.
HSL color Cylindrical-coordinate representation of color #F57E8F: hue angle of 351.43º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57E8F is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 143 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.04 |
| HSL | 351.43º | 0.86% | 0.73% | - |
| HSV(B) | 351.43º | 0.49% | 0.96% | - |
| XYZ | 50.07 | 36.32 | 30.36 | - |
| YUV | 163.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 143 | 0 | 0.49 | 0.42 | 0.04 | 351.43 | 0.86 | 0.73 |
| Hex | F5 | 7E | 8F | 0 | 31 | 2A | 4 | 15F | 56 | 49 |
| Octal | 365 | 176 | 217 | 0 | 61 | 52 | 4 | 537 | 126 | 111 |
| Binary | 11110101 | 1111110 | 10001111 | 0 | 110001 | 101010 | 100 | 101011111 | 1010110 | 1001001 |
Color Harmonies of #F57E8F
Complementary color
Monochromatic Colors of #F57E8F
Black with #F57E8F
Text Example
Text Example
White with #F57E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57E8F; }
p { color: rgb(245,126,143); }
H1.HeaderClassName
{
color: #F57E8F;
}
.AnyTagClassName
{
color: #F57E8F;
}
</style>
background-color css
<style>
a { background-color: #F57E8F; }
a { background-color: rgb(245,126,143); }
div.DivClassName
{
background-color: #F57E8F;
}
.BgClassName
{
background-color: #F57E8F;
}
</style>
border-color css
<style>
span { border-color: #F57E8F; }
span { border-color: rgb(245,126,143); }
td.TdClassName
{
border-color: #F57E8F;
}
.TagClassName
{
border-color: #F57E8F;
}
</style>