Shades of Carissma #F4768D
Tints of Carissma #F4768D
RGB
CMYK
RGB Variations
Color information
#F4768D (or 0xF4768D) is known color: Carissma. HEX triplet: F4, 76 and 8D. RGB value is (244,118,141). Sum of RGB (Red+Green+Blue) = 244+118+141=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F4768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4768D is #0B8972. Grayscale: #9E9E9E. Windows color (decimal): -756083 or 9271028. OLE color: 9271028.
HSL color Cylindrical-coordinate representation of color #F4768D: hue angle of 349.05º degrees, saturation: 0.85, 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 #F4768D is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 118 | 141 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.04 |
| HSL | 349.05º | 0.85% | 0.71% | - |
| HSV(B) | 349.05º | 0.52% | 0.96% | - |
| XYZ | 48.59 | 34.11 | 29.22 | - |
| YUV | 158.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 118 | 141 | 0 | 0.52 | 0.42 | 0.04 | 349.05 | 0.85 | 0.71 |
| Hex | F4 | 76 | 8D | 0 | 34 | 2A | 4 | 15D | 55 | 47 |
| Octal | 364 | 166 | 215 | 0 | 64 | 52 | 4 | 535 | 125 | 107 |
| Binary | 11110100 | 1110110 | 10001101 | 0 | 110100 | 101010 | 100 | 101011101 | 1010101 | 1000111 |
Color Harmonies of #F4768D
Complementary color
Monochromatic Colors of #F4768D
Black with #F4768D
Text Example
Text Example
White with #F4768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4768D; }
p { color: rgb(244,118,141); }
H1.HeaderClassName
{
color: #F4768D;
}
.AnyTagClassName
{
color: #F4768D;
}
</style>
background-color css
<style>
a { background-color: #F4768D; }
a { background-color: rgb(244,118,141); }
div.DivClassName
{
background-color: #F4768D;
}
.BgClassName
{
background-color: #F4768D;
}
</style>
border-color css
<style>
span { border-color: #F4768D; }
span { border-color: rgb(244,118,141); }
td.TdClassName
{
border-color: #F4768D;
}
.TagClassName
{
border-color: #F4768D;
}
</style>