Shades of Carissma #F57591
Tints of Carissma #F57591
RGB
CMYK
RGB Variations
Color information
#F57591 (or 0xF57591) is known color: Carissma. HEX triplet: F5, 75 and 91. RGB value is (245,117,145). Sum of RGB (Red+Green+Blue) = 245+117+145=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F57591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57591 is #0A8A6E. Grayscale: #9E9E9E. Windows color (decimal): -690799 or 9532917. OLE color: 9532917.
HSL color Cylindrical-coordinate representation of color #F57591: hue angle of 346.88º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F57591 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 145 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.04 |
| HSL | 346.88º | 0.86% | 0.71% | - |
| HSV(B) | 346.88º | 0.52% | 0.96% | - |
| XYZ | 49.13 | 34.18 | 30.8 | - |
| YUV | 158.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 145 | 0 | 0.52 | 0.41 | 0.04 | 346.88 | 0.86 | 0.71 |
| Hex | F5 | 75 | 91 | 0 | 34 | 29 | 4 | 15B | 56 | 47 |
| Octal | 365 | 165 | 221 | 0 | 64 | 51 | 4 | 533 | 126 | 107 |
| Binary | 11110101 | 1110101 | 10010001 | 0 | 110100 | 101001 | 100 | 101011011 | 1010110 | 1000111 |
Color Harmonies of #F57591
Complementary color
Monochromatic Colors of #F57591
Black with #F57591
Text Example
Text Example
White with #F57591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57591; }
p { color: rgb(245,117,145); }
H1.HeaderClassName
{
color: #F57591;
}
.AnyTagClassName
{
color: #F57591;
}
</style>
background-color css
<style>
a { background-color: #F57591; }
a { background-color: rgb(245,117,145); }
div.DivClassName
{
background-color: #F57591;
}
.BgClassName
{
background-color: #F57591;
}
</style>
border-color css
<style>
span { border-color: #F57591; }
span { border-color: rgb(245,117,145); }
td.TdClassName
{
border-color: #F57591;
}
.TagClassName
{
border-color: #F57591;
}
</style>