Shades of Carissma #F07C8D
Tints of Carissma #F07C8D
RGB
CMYK
RGB Variations
Color information
#F07C8D (or 0xF07C8D) is known color: Carissma. HEX triplet: F0, 7C and 8D. RGB value is (240,124,141). Sum of RGB (Red+Green+Blue) = 240+124+141=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07C8D is #0F8372. Grayscale: #A0A0A0. Windows color (decimal): -1016691 or 9272560. OLE color: 9272560.
HSL color Cylindrical-coordinate representation of color #F07C8D: hue angle of 351.21º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07C8D is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 141 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.06 |
| HSL | 351.21º | 0.79% | 0.71% | - |
| HSV(B) | 351.21º | 0.48% | 0.94% | - |
| XYZ | 47.95 | 34.86 | 29.4 | - |
| YUV | 160.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 141 | 0 | 0.48 | 0.41 | 0.06 | 351.21 | 0.79 | 0.71 |
| Hex | F0 | 7C | 8D | 0 | 30 | 29 | 6 | 15F | 4F | 47 |
| Octal | 360 | 174 | 215 | 0 | 60 | 51 | 6 | 537 | 117 | 107 |
| Binary | 11110000 | 1111100 | 10001101 | 0 | 110000 | 101001 | 110 | 101011111 | 1001111 | 1000111 |
Color Harmonies of #F07C8D
Complementary color
Monochromatic Colors of #F07C8D
Black with #F07C8D
Text Example
Text Example
White with #F07C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C8D; }
p { color: rgb(240,124,141); }
H1.HeaderClassName
{
color: #F07C8D;
}
.AnyTagClassName
{
color: #F07C8D;
}
</style>
background-color css
<style>
a { background-color: #F07C8D; }
a { background-color: rgb(240,124,141); }
div.DivClassName
{
background-color: #F07C8D;
}
.BgClassName
{
background-color: #F07C8D;
}
</style>
border-color css
<style>
span { border-color: #F07C8D; }
span { border-color: rgb(240,124,141); }
td.TdClassName
{
border-color: #F07C8D;
}
.TagClassName
{
border-color: #F07C8D;
}
</style>