Shades of Carissma #F68291
Tints of Carissma #F68291
RGB
CMYK
RGB Variations
Color information
#F68291 (or 0xF68291) is known color: Carissma. HEX triplet: F6, 82 and 91. RGB value is (246,130,145). Sum of RGB (Red+Green+Blue) = 246+130+145=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F68291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68291 is #097D6E. Grayscale: #A6A6A6. Windows color (decimal): -621935 or 9536246. OLE color: 9536246.
HSL color Cylindrical-coordinate representation of color #F68291: hue angle of 352.24º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F68291 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 145 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.04 |
| HSL | 352.24º | 0.87% | 0.74% | - |
| HSV(B) | 352.24º | 0.47% | 0.96% | - |
| XYZ | 51.1 | 37.6 | 31.35 | - |
| YUV | 166.39 | 115.93 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 145 | 0 | 0.47 | 0.41 | 0.04 | 352.24 | 0.87 | 0.74 |
| Hex | F6 | 82 | 91 | 0 | 2F | 29 | 4 | 160 | 57 | 4A |
| Octal | 366 | 202 | 221 | 0 | 57 | 51 | 4 | 540 | 127 | 112 |
| Binary | 11110110 | 10000010 | 10010001 | 0 | 101111 | 101001 | 100 | 101100000 | 1010111 | 1001010 |
Color Harmonies of #F68291
Complementary color
Monochromatic Colors of #F68291
Black with #F68291
Text Example
Text Example
White with #F68291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68291; }
p { color: rgb(246,130,145); }
H1.HeaderClassName
{
color: #F68291;
}
.AnyTagClassName
{
color: #F68291;
}
</style>
background-color css
<style>
a { background-color: #F68291; }
a { background-color: rgb(246,130,145); }
div.DivClassName
{
background-color: #F68291;
}
.BgClassName
{
background-color: #F68291;
}
</style>
border-color css
<style>
span { border-color: #F68291; }
span { border-color: rgb(246,130,145); }
td.TdClassName
{
border-color: #F68291;
}
.TagClassName
{
border-color: #F68291;
}
</style>