Shades of Carissma #F57F90
Tints of Carissma #F57F90
RGB
CMYK
RGB Variations
Color information
#F57F90 (or 0xF57F90) is known color: Carissma. HEX triplet: F5, 7F and 90. RGB value is (245,127,144). Sum of RGB (Red+Green+Blue) = 245+127+144=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57F90 is #0A806F. Grayscale: #A4A4A4. Windows color (decimal): -688240 or 9469941. OLE color: 9469941.
HSL color Cylindrical-coordinate representation of color #F57F90: hue angle of 351.36º 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 #F57F90 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 144 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.04 |
| HSL | 351.36º | 0.86% | 0.73% | - |
| HSV(B) | 351.36º | 0.48% | 0.96% | - |
| XYZ | 50.28 | 36.6 | 30.8 | - |
| YUV | 164.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 144 | 0 | 0.48 | 0.41 | 0.04 | 351.36 | 0.86 | 0.73 |
| Hex | F5 | 7F | 90 | 0 | 30 | 29 | 4 | 15F | 56 | 49 |
| Octal | 365 | 177 | 220 | 0 | 60 | 51 | 4 | 537 | 126 | 111 |
| Binary | 11110101 | 1111111 | 10010000 | 0 | 110000 | 101001 | 100 | 101011111 | 1010110 | 1001001 |
Color Harmonies of #F57F90
Complementary color
Monochromatic Colors of #F57F90
Black with #F57F90
Text Example
Text Example
White with #F57F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F90; }
p { color: rgb(245,127,144); }
H1.HeaderClassName
{
color: #F57F90;
}
.AnyTagClassName
{
color: #F57F90;
}
</style>
background-color css
<style>
a { background-color: #F57F90; }
a { background-color: rgb(245,127,144); }
div.DivClassName
{
background-color: #F57F90;
}
.BgClassName
{
background-color: #F57F90;
}
</style>
border-color css
<style>
span { border-color: #F57F90; }
span { border-color: rgb(245,127,144); }
td.TdClassName
{
border-color: #F57F90;
}
.TagClassName
{
border-color: #F57F90;
}
</style>