Shades of Carissma #F07A8C
Tints of Carissma #F07A8C
RGB
CMYK
RGB Variations
Color information
#F07A8C (or 0xF07A8C) is known color: Carissma. HEX triplet: F0, 7A and 8C. RGB value is (240,122,140). Sum of RGB (Red+Green+Blue) = 240+122+140=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07A8C is #0F8573. Grayscale: #9F9F9F. Windows color (decimal): -1017204 or 9206512. OLE color: 9206512.
HSL color Cylindrical-coordinate representation of color #F07A8C: hue angle of 350.85º 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 #F07A8C is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 140 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.06 |
| HSL | 350.85º | 0.8% | 0.71% | - |
| HSV(B) | 350.85º | 0.49% | 0.94% | - |
| XYZ | 47.63 | 34.34 | 28.93 | - |
| YUV | 159.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 140 | 0 | 0.49 | 0.42 | 0.06 | 350.85 | 0.8 | 0.71 |
| Hex | F0 | 7A | 8C | 0 | 31 | 2A | 6 | 15F | 50 | 47 |
| Octal | 360 | 172 | 214 | 0 | 61 | 52 | 6 | 537 | 120 | 107 |
| Binary | 11110000 | 1111010 | 10001100 | 0 | 110001 | 101010 | 110 | 101011111 | 1010000 | 1000111 |
Color Harmonies of #F07A8C
Complementary color
Monochromatic Colors of #F07A8C
Black with #F07A8C
Text Example
Text Example
White with #F07A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07A8C; }
p { color: rgb(240,122,140); }
H1.HeaderClassName
{
color: #F07A8C;
}
.AnyTagClassName
{
color: #F07A8C;
}
</style>
background-color css
<style>
a { background-color: #F07A8C; }
a { background-color: rgb(240,122,140); }
div.DivClassName
{
background-color: #F07A8C;
}
.BgClassName
{
background-color: #F07A8C;
}
</style>
border-color css
<style>
span { border-color: #F07A8C; }
span { border-color: rgb(240,122,140); }
td.TdClassName
{
border-color: #F07A8C;
}
.TagClassName
{
border-color: #F07A8C;
}
</style>