Shades of Carissma #F57B8F
Tints of Carissma #F57B8F
RGB
CMYK
RGB Variations
Color information
#F57B8F (or 0xF57B8F) is known color: Carissma. HEX triplet: F5, 7B and 8F. RGB value is (245,123,143). Sum of RGB (Red+Green+Blue) = 245+123+143=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57B8F is #0A8470. Grayscale: #A1A1A1. Windows color (decimal): -689265 or 9403381. OLE color: 9403381.
HSL color Cylindrical-coordinate representation of color #F57B8F: hue angle of 350.16º 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 #F57B8F is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 143 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.04 |
| HSL | 350.16º | 0.86% | 0.72% | - |
| HSV(B) | 350.16º | 0.5% | 0.96% | - |
| XYZ | 49.7 | 35.56 | 30.23 | - |
| YUV | 161.76 | 117.42 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 143 | 0 | 0.50 | 0.42 | 0.04 | 350.16 | 0.86 | 0.72 |
| Hex | F5 | 7B | 8F | 0 | 32 | 2A | 4 | 15E | 56 | 48 |
| Octal | 365 | 173 | 217 | 0 | 62 | 52 | 4 | 536 | 126 | 110 |
| Binary | 11110101 | 1111011 | 10001111 | 0 | 110010 | 101010 | 100 | 101011110 | 1010110 | 1001000 |
Color Harmonies of #F57B8F
Complementary color
Monochromatic Colors of #F57B8F
Black with #F57B8F
Text Example
Text Example
White with #F57B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57B8F; }
p { color: rgb(245,123,143); }
H1.HeaderClassName
{
color: #F57B8F;
}
.AnyTagClassName
{
color: #F57B8F;
}
</style>
background-color css
<style>
a { background-color: #F57B8F; }
a { background-color: rgb(245,123,143); }
div.DivClassName
{
background-color: #F57B8F;
}
.BgClassName
{
background-color: #F57B8F;
}
</style>
border-color css
<style>
span { border-color: #F57B8F; }
span { border-color: rgb(245,123,143); }
td.TdClassName
{
border-color: #F57B8F;
}
.TagClassName
{
border-color: #F57B8F;
}
</style>