Shades of Carissma #F67A8B
Tints of Carissma #F67A8B
RGB
CMYK
RGB Variations
Color information
#F67A8B (or 0xF67A8B) is known color: Carissma. HEX triplet: F6, 7A and 8B. RGB value is (246,122,139). Sum of RGB (Red+Green+Blue) = 246+122+139=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67A8B is #098574. Grayscale: #A1A1A1. Windows color (decimal): -623989 or 9140982. OLE color: 9140982.
HSL color Cylindrical-coordinate representation of color #F67A8B: hue angle of 351.77º 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 #F67A8B is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 139 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.04 |
| HSL | 351.77º | 0.87% | 0.72% | - |
| HSV(B) | 351.77º | 0.5% | 0.96% | - |
| XYZ | 49.63 | 35.38 | 28.64 | - |
| YUV | 161.01 | 115.58 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 139 | 0 | 0.50 | 0.43 | 0.04 | 351.77 | 0.87 | 0.72 |
| Hex | F6 | 7A | 8B | 0 | 32 | 2B | 4 | 160 | 57 | 48 |
| Octal | 366 | 172 | 213 | 0 | 62 | 53 | 4 | 540 | 127 | 110 |
| Binary | 11110110 | 1111010 | 10001011 | 0 | 110010 | 101011 | 100 | 101100000 | 1010111 | 1001000 |
Color Harmonies of #F67A8B
Complementary color
Monochromatic Colors of #F67A8B
Black with #F67A8B
Text Example
Text Example
White with #F67A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A8B; }
p { color: rgb(246,122,139); }
H1.HeaderClassName
{
color: #F67A8B;
}
.AnyTagClassName
{
color: #F67A8B;
}
</style>
background-color css
<style>
a { background-color: #F67A8B; }
a { background-color: rgb(246,122,139); }
div.DivClassName
{
background-color: #F67A8B;
}
.BgClassName
{
background-color: #F67A8B;
}
</style>
border-color css
<style>
span { border-color: #F67A8B; }
span { border-color: rgb(246,122,139); }
td.TdClassName
{
border-color: #F67A8B;
}
.TagClassName
{
border-color: #F67A8B;
}
</style>