Shades of Carissma #F57F95
Tints of Carissma #F57F95
RGB
CMYK
RGB Variations
Color information
#F57F95 (or 0xF57F95) is known color: Carissma. HEX triplet: F5, 7F and 95. RGB value is (245,127,149). Sum of RGB (Red+Green+Blue) = 245+127+149=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57F95 is #0A806A. Grayscale: #A4A4A4. Windows color (decimal): -688235 or 9797621. OLE color: 9797621.
HSL color Cylindrical-coordinate representation of color #F57F95: hue angle of 348.81º 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 #F57F95 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 149 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.04 |
| HSL | 348.81º | 0.86% | 0.73% | - |
| HSV(B) | 348.81º | 0.48% | 0.96% | - |
| XYZ | 50.67 | 36.76 | 32.86 | - |
| YUV | 164.79 | 119.09 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 149 | 0 | 0.48 | 0.39 | 0.04 | 348.81 | 0.86 | 0.73 |
| Hex | F5 | 7F | 95 | 0 | 30 | 27 | 4 | 15D | 56 | 49 |
| Octal | 365 | 177 | 225 | 0 | 60 | 47 | 4 | 535 | 126 | 111 |
| Binary | 11110101 | 1111111 | 10010101 | 0 | 110000 | 100111 | 100 | 101011101 | 1010110 | 1001001 |
Color Harmonies of #F57F95
Complementary color
Monochromatic Colors of #F57F95
Black with #F57F95
Text Example
Text Example
White with #F57F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F95; }
p { color: rgb(245,127,149); }
H1.HeaderClassName
{
color: #F57F95;
}
.AnyTagClassName
{
color: #F57F95;
}
</style>
background-color css
<style>
a { background-color: #F57F95; }
a { background-color: rgb(245,127,149); }
div.DivClassName
{
background-color: #F57F95;
}
.BgClassName
{
background-color: #F57F95;
}
</style>
border-color css
<style>
span { border-color: #F57F95; }
span { border-color: rgb(245,127,149); }
td.TdClassName
{
border-color: #F57F95;
}
.TagClassName
{
border-color: #F57F95;
}
</style>