Shades of Carissma #F07A8A
Tints of Carissma #F07A8A
RGB
CMYK
RGB Variations
Color information
#F07A8A (or 0xF07A8A) is known color: Carissma. HEX triplet: F0, 7A and 8A. RGB value is (240,122,138). Sum of RGB (Red+Green+Blue) = 240+122+138=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07A8A is #0F8575. Grayscale: #9F9F9F. Windows color (decimal): -1017206 or 9075440. OLE color: 9075440.
HSL color Cylindrical-coordinate representation of color #F07A8A: hue angle of 351.86º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07A8A is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 138 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.06 |
| HSL | 351.86º | 0.8% | 0.71% | - |
| HSV(B) | 351.86º | 0.49% | 0.94% | - |
| XYZ | 47.48 | 34.28 | 28.16 | - |
| YUV | 159.11 | 116.09 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 138 | 0 | 0.49 | 0.42 | 0.06 | 351.86 | 0.8 | 0.71 |
| Hex | F0 | 7A | 8A | 0 | 31 | 2A | 6 | 160 | 50 | 47 |
| Octal | 360 | 172 | 212 | 0 | 61 | 52 | 6 | 540 | 120 | 107 |
| Binary | 11110000 | 1111010 | 10001010 | 0 | 110001 | 101010 | 110 | 101100000 | 1010000 | 1000111 |
Color Harmonies of #F07A8A
Complementary color
Monochromatic Colors of #F07A8A
Black with #F07A8A
Text Example
Text Example
White with #F07A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07A8A; }
p { color: rgb(240,122,138); }
H1.HeaderClassName
{
color: #F07A8A;
}
.AnyTagClassName
{
color: #F07A8A;
}
</style>
background-color css
<style>
a { background-color: #F07A8A; }
a { background-color: rgb(240,122,138); }
div.DivClassName
{
background-color: #F07A8A;
}
.BgClassName
{
background-color: #F07A8A;
}
</style>
border-color css
<style>
span { border-color: #F07A8A; }
span { border-color: rgb(240,122,138); }
td.TdClassName
{
border-color: #F07A8A;
}
.TagClassName
{
border-color: #F07A8A;
}
</style>