Shades of Carissma #F07C8A
Tints of Carissma #F07C8A
RGB
CMYK
RGB Variations
Color information
#F07C8A (or 0xF07C8A) is known color: Carissma. HEX triplet: F0, 7C and 8A. RGB value is (240,124,138). Sum of RGB (Red+Green+Blue) = 240+124+138=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07C8A is #0F8375. Grayscale: #A0A0A0. Windows color (decimal): -1016694 or 9075952. OLE color: 9075952.
HSL color Cylindrical-coordinate representation of color #F07C8A: hue angle of 352.76º 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 #F07C8A is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 138 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.06 |
| HSL | 352.76º | 0.79% | 0.71% | - |
| HSV(B) | 352.76º | 0.48% | 0.94% | - |
| XYZ | 47.73 | 34.78 | 28.24 | - |
| YUV | 160.28 | 115.43 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 138 | 0 | 0.48 | 0.42 | 0.06 | 352.76 | 0.79 | 0.71 |
| Hex | F0 | 7C | 8A | 0 | 30 | 2A | 6 | 161 | 4F | 47 |
| Octal | 360 | 174 | 212 | 0 | 60 | 52 | 6 | 541 | 117 | 107 |
| Binary | 11110000 | 1111100 | 10001010 | 0 | 110000 | 101010 | 110 | 101100001 | 1001111 | 1000111 |
Color Harmonies of #F07C8A
Complementary color
Monochromatic Colors of #F07C8A
Black with #F07C8A
Text Example
Text Example
White with #F07C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C8A; }
p { color: rgb(240,124,138); }
H1.HeaderClassName
{
color: #F07C8A;
}
.AnyTagClassName
{
color: #F07C8A;
}
</style>
background-color css
<style>
a { background-color: #F07C8A; }
a { background-color: rgb(240,124,138); }
div.DivClassName
{
background-color: #F07C8A;
}
.BgClassName
{
background-color: #F07C8A;
}
</style>
border-color css
<style>
span { border-color: #F07C8A; }
span { border-color: rgb(240,124,138); }
td.TdClassName
{
border-color: #F07C8A;
}
.TagClassName
{
border-color: #F07C8A;
}
</style>