Shades of Carissma #F67D96
Tints of Carissma #F67D96
RGB
CMYK
RGB Variations
Color information
#F67D96 (or 0xF67D96) is known color: Carissma. HEX triplet: F6, 7D and 96. RGB value is (246,125,150). Sum of RGB (Red+Green+Blue) = 246+125+150=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67D96 is #098269. Grayscale: #A4A4A4. Windows color (decimal): -623210 or 9862646. OLE color: 9862646.
HSL color Cylindrical-coordinate representation of color #F67D96: hue angle of 347.6º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F67D96 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 150 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.04 |
| HSL | 347.6º | 0.87% | 0.73% | - |
| HSV(B) | 347.6º | 0.49% | 0.96% | - |
| XYZ | 50.84 | 36.46 | 33.21 | - |
| YUV | 164.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 150 | 0 | 0.49 | 0.39 | 0.04 | 347.6 | 0.87 | 0.73 |
| Hex | F6 | 7D | 96 | 0 | 31 | 27 | 4 | 15C | 57 | 49 |
| Octal | 366 | 175 | 226 | 0 | 61 | 47 | 4 | 534 | 127 | 111 |
| Binary | 11110110 | 1111101 | 10010110 | 0 | 110001 | 100111 | 100 | 101011100 | 1010111 | 1001001 |
Color Harmonies of #F67D96
Complementary color
Monochromatic Colors of #F67D96
Black with #F67D96
Text Example
Text Example
White with #F67D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D96; }
p { color: rgb(246,125,150); }
H1.HeaderClassName
{
color: #F67D96;
}
.AnyTagClassName
{
color: #F67D96;
}
</style>
background-color css
<style>
a { background-color: #F67D96; }
a { background-color: rgb(246,125,150); }
div.DivClassName
{
background-color: #F67D96;
}
.BgClassName
{
background-color: #F67D96;
}
</style>
border-color css
<style>
span { border-color: #F67D96; }
span { border-color: rgb(246,125,150); }
td.TdClassName
{
border-color: #F67D96;
}
.TagClassName
{
border-color: #F67D96;
}
</style>