Shades of Carissma #F67D88
Tints of Carissma #F67D88
RGB
CMYK
RGB Variations
Color information
#F67D88 (or 0xF67D88) is known color: Carissma. HEX triplet: F6, 7D and 88. RGB value is (246,125,136). Sum of RGB (Red+Green+Blue) = 246+125+136=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67D88 is #098277. Grayscale: #A2A2A2. Windows color (decimal): -623224 or 8945142. OLE color: 8945142.
HSL color Cylindrical-coordinate representation of color #F67D88: hue angle of 354.55º 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 #F67D88 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 136 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.04 |
| HSL | 354.55º | 0.87% | 0.73% | - |
| HSV(B) | 354.55º | 0.49% | 0.96% | - |
| XYZ | 49.78 | 36.04 | 27.62 | - |
| YUV | 162.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 136 | 0 | 0.49 | 0.45 | 0.04 | 354.55 | 0.87 | 0.73 |
| Hex | F6 | 7D | 88 | 0 | 31 | 2D | 4 | 163 | 57 | 49 |
| Octal | 366 | 175 | 210 | 0 | 61 | 55 | 4 | 543 | 127 | 111 |
| Binary | 11110110 | 1111101 | 10001000 | 0 | 110001 | 101101 | 100 | 101100011 | 1010111 | 1001001 |
Color Harmonies of #F67D88
Complementary color
Monochromatic Colors of #F67D88
Black with #F67D88
Text Example
Text Example
White with #F67D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D88; }
p { color: rgb(246,125,136); }
H1.HeaderClassName
{
color: #F67D88;
}
.AnyTagClassName
{
color: #F67D88;
}
</style>
background-color css
<style>
a { background-color: #F67D88; }
a { background-color: rgb(246,125,136); }
div.DivClassName
{
background-color: #F67D88;
}
.BgClassName
{
background-color: #F67D88;
}
</style>
border-color css
<style>
span { border-color: #F67D88; }
span { border-color: rgb(246,125,136); }
td.TdClassName
{
border-color: #F67D88;
}
.TagClassName
{
border-color: #F67D88;
}
</style>