Shades of Carissma #F5758F
Tints of Carissma #F5758F
RGB
CMYK
RGB Variations
Color information
#F5758F (or 0xF5758F) is known color: Carissma. HEX triplet: F5, 75 and 8F. RGB value is (245,117,143). Sum of RGB (Red+Green+Blue) = 245+117+143=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F5758F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5758F is #0A8A70. Grayscale: #9E9E9E. Windows color (decimal): -690801 or 9401845. OLE color: 9401845.
HSL color Cylindrical-coordinate representation of color #F5758F: hue angle of 347.81º 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 #F5758F is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 143 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.04 |
| HSL | 347.81º | 0.86% | 0.71% | - |
| HSV(B) | 347.81º | 0.52% | 0.96% | - |
| XYZ | 48.98 | 34.12 | 29.99 | - |
| YUV | 158.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 143 | 0 | 0.52 | 0.42 | 0.04 | 347.81 | 0.86 | 0.71 |
| Hex | F5 | 75 | 8F | 0 | 34 | 2A | 4 | 15C | 56 | 47 |
| Octal | 365 | 165 | 217 | 0 | 64 | 52 | 4 | 534 | 126 | 107 |
| Binary | 11110101 | 1110101 | 10001111 | 0 | 110100 | 101010 | 100 | 101011100 | 1010110 | 1000111 |
Color Harmonies of #F5758F
Complementary color
Monochromatic Colors of #F5758F
Black with #F5758F
Text Example
Text Example
White with #F5758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5758F; }
p { color: rgb(245,117,143); }
H1.HeaderClassName
{
color: #F5758F;
}
.AnyTagClassName
{
color: #F5758F;
}
</style>
background-color css
<style>
a { background-color: #F5758F; }
a { background-color: rgb(245,117,143); }
div.DivClassName
{
background-color: #F5758F;
}
.BgClassName
{
background-color: #F5758F;
}
</style>
border-color css
<style>
span { border-color: #F5758F; }
span { border-color: rgb(245,117,143); }
td.TdClassName
{
border-color: #F5758F;
}
.TagClassName
{
border-color: #F5758F;
}
</style>