Shades of Carissma #F67A8A
Tints of Carissma #F67A8A
RGB
CMYK
RGB Variations
Color information
#F67A8A (or 0xF67A8A) is known color: Carissma. HEX triplet: F6, 7A and 8A. RGB value is (246,122,138). Sum of RGB (Red+Green+Blue) = 246+122+138=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67A8A is #098575. Grayscale: #A0A0A0. Windows color (decimal): -623990 or 9075446. OLE color: 9075446.
HSL color Cylindrical-coordinate representation of color #F67A8A: hue angle of 352.26º 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 #F67A8A is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 138 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.04 |
| HSL | 352.26º | 0.87% | 0.72% | - |
| HSV(B) | 352.26º | 0.5% | 0.96% | - |
| XYZ | 49.55 | 35.35 | 28.26 | - |
| YUV | 160.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 138 | 0 | 0.50 | 0.44 | 0.04 | 352.26 | 0.87 | 0.72 |
| Hex | F6 | 7A | 8A | 0 | 32 | 2C | 4 | 160 | 57 | 48 |
| Octal | 366 | 172 | 212 | 0 | 62 | 54 | 4 | 540 | 127 | 110 |
| Binary | 11110110 | 1111010 | 10001010 | 0 | 110010 | 101100 | 100 | 101100000 | 1010111 | 1001000 |
Color Harmonies of #F67A8A
Complementary color
Monochromatic Colors of #F67A8A
Black with #F67A8A
Text Example
Text Example
White with #F67A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A8A; }
p { color: rgb(246,122,138); }
H1.HeaderClassName
{
color: #F67A8A;
}
.AnyTagClassName
{
color: #F67A8A;
}
</style>
background-color css
<style>
a { background-color: #F67A8A; }
a { background-color: rgb(246,122,138); }
div.DivClassName
{
background-color: #F67A8A;
}
.BgClassName
{
background-color: #F67A8A;
}
</style>
border-color css
<style>
span { border-color: #F67A8A; }
span { border-color: rgb(246,122,138); }
td.TdClassName
{
border-color: #F67A8A;
}
.TagClassName
{
border-color: #F67A8A;
}
</style>