Shades of Carissma #F68193
Tints of Carissma #F68193
RGB
CMYK
RGB Variations
Color information
#F68193 (or 0xF68193) is known color: Carissma. HEX triplet: F6, 81 and 93. RGB value is (246,129,147). Sum of RGB (Red+Green+Blue) = 246+129+147=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F68193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68193 is #097E6C. Grayscale: #A6A6A6. Windows color (decimal): -622189 or 9667062. OLE color: 9667062.
HSL color Cylindrical-coordinate representation of color #F68193: hue angle of 350.77º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F68193 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 147 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.04 |
| HSL | 350.77º | 0.87% | 0.74% | - |
| HSV(B) | 350.77º | 0.48% | 0.96% | - |
| XYZ | 51.12 | 37.4 | 32.13 | - |
| YUV | 166.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 147 | 0 | 0.48 | 0.40 | 0.04 | 350.77 | 0.87 | 0.74 |
| Hex | F6 | 81 | 93 | 0 | 30 | 28 | 4 | 15F | 57 | 4A |
| Octal | 366 | 201 | 223 | 0 | 60 | 50 | 4 | 537 | 127 | 112 |
| Binary | 11110110 | 10000001 | 10010011 | 0 | 110000 | 101000 | 100 | 101011111 | 1010111 | 1001010 |
Color Harmonies of #F68193
Complementary color
Monochromatic Colors of #F68193
Black with #F68193
Text Example
Text Example
White with #F68193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68193; }
p { color: rgb(246,129,147); }
H1.HeaderClassName
{
color: #F68193;
}
.AnyTagClassName
{
color: #F68193;
}
</style>
background-color css
<style>
a { background-color: #F68193; }
a { background-color: rgb(246,129,147); }
div.DivClassName
{
background-color: #F68193;
}
.BgClassName
{
background-color: #F68193;
}
</style>
border-color css
<style>
span { border-color: #F68193; }
span { border-color: rgb(246,129,147); }
td.TdClassName
{
border-color: #F68193;
}
.TagClassName
{
border-color: #F68193;
}
</style>