Shades of Carissma #F57A8F
Tints of Carissma #F57A8F
RGB
CMYK
RGB Variations
Color information
#F57A8F (or 0xF57A8F) is known color: Carissma. HEX triplet: F5, 7A and 8F. RGB value is (245,122,143). Sum of RGB (Red+Green+Blue) = 245+122+143=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57A8F is #0A8570. Grayscale: #A1A1A1. Windows color (decimal): -689521 or 9403125. OLE color: 9403125.
HSL color Cylindrical-coordinate representation of color #F57A8F: hue angle of 349.76º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57A8F is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 143 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.04 |
| HSL | 349.76º | 0.86% | 0.72% | - |
| HSV(B) | 349.76º | 0.5% | 0.96% | - |
| XYZ | 49.57 | 35.31 | 30.19 | - |
| YUV | 161.17 | 117.75 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 143 | 0 | 0.50 | 0.42 | 0.04 | 349.76 | 0.86 | 0.72 |
| Hex | F5 | 7A | 8F | 0 | 32 | 2A | 4 | 15E | 56 | 48 |
| Octal | 365 | 172 | 217 | 0 | 62 | 52 | 4 | 536 | 126 | 110 |
| Binary | 11110101 | 1111010 | 10001111 | 0 | 110010 | 101010 | 100 | 101011110 | 1010110 | 1001000 |
Color Harmonies of #F57A8F
Complementary color
Monochromatic Colors of #F57A8F
Black with #F57A8F
Text Example
Text Example
White with #F57A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57A8F; }
p { color: rgb(245,122,143); }
H1.HeaderClassName
{
color: #F57A8F;
}
.AnyTagClassName
{
color: #F57A8F;
}
</style>
background-color css
<style>
a { background-color: #F57A8F; }
a { background-color: rgb(245,122,143); }
div.DivClassName
{
background-color: #F57A8F;
}
.BgClassName
{
background-color: #F57A8F;
}
</style>
border-color css
<style>
span { border-color: #F57A8F; }
span { border-color: rgb(245,122,143); }
td.TdClassName
{
border-color: #F57A8F;
}
.TagClassName
{
border-color: #F57A8F;
}
</style>