Shades of Carissma #F67A8E
Tints of Carissma #F67A8E
RGB
CMYK
RGB Variations
Color information
#F67A8E (or 0xF67A8E) is known color: Carissma. HEX triplet: F6, 7A and 8E. RGB value is (246,122,142). Sum of RGB (Red+Green+Blue) = 246+122+142=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67A8E is #098571. Grayscale: #A1A1A1. Windows color (decimal): -623986 or 9337590. OLE color: 9337590.
HSL color Cylindrical-coordinate representation of color #F67A8E: hue angle of 350.32º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67A8E is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 142 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.04 |
| HSL | 350.32º | 0.87% | 0.72% | - |
| HSV(B) | 350.32º | 0.5% | 0.96% | - |
| XYZ | 49.85 | 35.46 | 29.81 | - |
| YUV | 161.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 142 | 0 | 0.50 | 0.42 | 0.04 | 350.32 | 0.87 | 0.72 |
| Hex | F6 | 7A | 8E | 0 | 32 | 2A | 4 | 15E | 57 | 48 |
| Octal | 366 | 172 | 216 | 0 | 62 | 52 | 4 | 536 | 127 | 110 |
| Binary | 11110110 | 1111010 | 10001110 | 0 | 110010 | 101010 | 100 | 101011110 | 1010111 | 1001000 |
Color Harmonies of #F67A8E
Complementary color
Monochromatic Colors of #F67A8E
Black with #F67A8E
Text Example
Text Example
White with #F67A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A8E; }
p { color: rgb(246,122,142); }
H1.HeaderClassName
{
color: #F67A8E;
}
.AnyTagClassName
{
color: #F67A8E;
}
</style>
background-color css
<style>
a { background-color: #F67A8E; }
a { background-color: rgb(246,122,142); }
div.DivClassName
{
background-color: #F67A8E;
}
.BgClassName
{
background-color: #F67A8E;
}
</style>
border-color css
<style>
span { border-color: #F67A8E; }
span { border-color: rgb(246,122,142); }
td.TdClassName
{
border-color: #F67A8E;
}
.TagClassName
{
border-color: #F67A8E;
}
</style>