Shades of Carissma #F57A8C
Tints of Carissma #F57A8C
RGB
CMYK
RGB Variations
Color information
#F57A8C (or 0xF57A8C) is known color: Carissma. HEX triplet: F5, 7A and 8C. RGB value is (245,122,140). Sum of RGB (Red+Green+Blue) = 245+122+140=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57A8C is #0A8573. Grayscale: #A0A0A0. Windows color (decimal): -689524 or 9206517. OLE color: 9206517.
HSL color Cylindrical-coordinate representation of color #F57A8C: hue angle of 351.22º 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 #F57A8C is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 140 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.04 |
| HSL | 351.22º | 0.86% | 0.72% | - |
| HSV(B) | 351.22º | 0.5% | 0.96% | - |
| XYZ | 49.35 | 35.22 | 29.01 | - |
| YUV | 160.83 | 116.25 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 140 | 0 | 0.50 | 0.43 | 0.04 | 351.22 | 0.86 | 0.72 |
| Hex | F5 | 7A | 8C | 0 | 32 | 2B | 4 | 15F | 56 | 48 |
| Octal | 365 | 172 | 214 | 0 | 62 | 53 | 4 | 537 | 126 | 110 |
| Binary | 11110101 | 1111010 | 10001100 | 0 | 110010 | 101011 | 100 | 101011111 | 1010110 | 1001000 |
Color Harmonies of #F57A8C
Complementary color
Monochromatic Colors of #F57A8C
Black with #F57A8C
Text Example
Text Example
White with #F57A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57A8C; }
p { color: rgb(245,122,140); }
H1.HeaderClassName
{
color: #F57A8C;
}
.AnyTagClassName
{
color: #F57A8C;
}
</style>
background-color css
<style>
a { background-color: #F57A8C; }
a { background-color: rgb(245,122,140); }
div.DivClassName
{
background-color: #F57A8C;
}
.BgClassName
{
background-color: #F57A8C;
}
</style>
border-color css
<style>
span { border-color: #F57A8C; }
span { border-color: rgb(245,122,140); }
td.TdClassName
{
border-color: #F57A8C;
}
.TagClassName
{
border-color: #F57A8C;
}
</style>