Shades of Carissma #F07C8C
Tints of Carissma #F07C8C
RGB
CMYK
RGB Variations
Color information
#F07C8C (or 0xF07C8C) is known color: Carissma. HEX triplet: F0, 7C and 8C. RGB value is (240,124,140). Sum of RGB (Red+Green+Blue) = 240+124+140=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07C8C is #0F8373. Grayscale: #A0A0A0. Windows color (decimal): -1016692 or 9207024. OLE color: 9207024.
HSL color Cylindrical-coordinate representation of color #F07C8C: hue angle of 351.72º 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 #F07C8C is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 140 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.06 |
| HSL | 351.72º | 0.79% | 0.71% | - |
| HSV(B) | 351.72º | 0.48% | 0.94% | - |
| XYZ | 47.88 | 34.83 | 29.01 | - |
| YUV | 160.51 | 116.43 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 140 | 0 | 0.48 | 0.42 | 0.06 | 351.72 | 0.79 | 0.71 |
| Hex | F0 | 7C | 8C | 0 | 30 | 2A | 6 | 160 | 4F | 47 |
| Octal | 360 | 174 | 214 | 0 | 60 | 52 | 6 | 540 | 117 | 107 |
| Binary | 11110000 | 1111100 | 10001100 | 0 | 110000 | 101010 | 110 | 101100000 | 1001111 | 1000111 |
Color Harmonies of #F07C8C
Complementary color
Monochromatic Colors of #F07C8C
Black with #F07C8C
Text Example
Text Example
White with #F07C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C8C; }
p { color: rgb(240,124,140); }
H1.HeaderClassName
{
color: #F07C8C;
}
.AnyTagClassName
{
color: #F07C8C;
}
</style>
background-color css
<style>
a { background-color: #F07C8C; }
a { background-color: rgb(240,124,140); }
div.DivClassName
{
background-color: #F07C8C;
}
.BgClassName
{
background-color: #F07C8C;
}
</style>
border-color css
<style>
span { border-color: #F07C8C; }
span { border-color: rgb(240,124,140); }
td.TdClassName
{
border-color: #F07C8C;
}
.TagClassName
{
border-color: #F07C8C;
}
</style>