Shades of Carissma #F57C8D
Tints of Carissma #F57C8D
RGB
CMYK
RGB Variations
Color information
#F57C8D (or 0xF57C8D) is known color: Carissma. HEX triplet: F5, 7C and 8D. RGB value is (245,124,141). Sum of RGB (Red+Green+Blue) = 245+124+141=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57C8D is #0A8372. Grayscale: #A2A2A2. Windows color (decimal): -689011 or 9272565. OLE color: 9272565.
HSL color Cylindrical-coordinate representation of color #F57C8D: hue angle of 351.57º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57C8D is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 124 | 141 | - |
CMYK | 0 | 0.49 | 0.42 | 0.04 |
HSL | 351.57º | 0.86% | 0.72% | - |
HSV(B) | 351.57º | 0.49% | 0.96% | - |
XYZ | 49.67 | 35.75 | 29.48 | - |
YUV | 162.12 | 116.09 | 187.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 124 | 141 | 0 | 0.49 | 0.42 | 0.04 | 351.57 | 0.86 | 0.72 |
Hex | F5 | 7C | 8D | 0 | 31 | 2A | 4 | 160 | 56 | 48 |
Octal | 365 | 174 | 215 | 0 | 61 | 52 | 4 | 540 | 126 | 110 |
Binary | 11110101 | 1111100 | 10001101 | 0 | 110001 | 101010 | 100 | 101100000 | 1010110 | 1001000 |
Color Harmonies of #F57C8D
Complementary color
Monochromatic Colors of #F57C8D
Black with #F57C8D
Text Example
Text Example
White with #F57C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57C8D; }
p { color: rgb(245,124,141); }
H1.HeaderClassName
{
color: #F57C8D;
}
.AnyTagClassName
{
color: #F57C8D;
}
</style>
background-color css
<style>
a { background-color: #F57C8D; }
a { background-color: rgb(245,124,141); }
div.DivClassName
{
background-color: #F57C8D;
}
.BgClassName
{
background-color: #F57C8D;
}
</style>
border-color css
<style>
span { border-color: #F57C8D; }
span { border-color: rgb(245,124,141); }
td.TdClassName
{
border-color: #F57C8D;
}
.TagClassName
{
border-color: #F57C8D;
}
</style>