Shades of Carissma #F97C8A
Tints of Carissma #F97C8A
RGB
CMYK
RGB Variations
Color information
#F97C8A (or 0xF97C8A) is known color: Carissma. HEX triplet: F9, 7C and 8A. RGB value is (249,124,138). Sum of RGB (Red+Green+Blue) = 249+124+138=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97C8A is #068375. Grayscale: #A3A3A3. Windows color (decimal): -426870 or 9075961. OLE color: 9075961.
HSL color Cylindrical-coordinate representation of color #F97C8A: hue angle of 353.28º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97C8A is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 124 | 138 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.02 |
| HSL | 353.28º | 0.91% | 0.73% | - |
| HSV(B) | 353.28º | 0.5% | 0.98% | - |
| XYZ | 50.86 | 36.39 | 28.39 | - |
| YUV | 162.97 | 113.91 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 138 | 0 | 0.50 | 0.45 | 0.02 | 353.28 | 0.91 | 0.73 |
| Hex | F9 | 7C | 8A | 0 | 32 | 2D | 2 | 161 | 5B | 49 |
| Octal | 371 | 174 | 212 | 0 | 62 | 55 | 2 | 541 | 133 | 111 |
| Binary | 11111001 | 1111100 | 10001010 | 0 | 110010 | 101101 | 10 | 101100001 | 1011011 | 1001001 |
Color Harmonies of #F97C8A
Complementary color
Monochromatic Colors of #F97C8A
Black with #F97C8A
Text Example
Text Example
White with #F97C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97C8A; }
p { color: rgb(249,124,138); }
H1.HeaderClassName
{
color: #F97C8A;
}
.AnyTagClassName
{
color: #F97C8A;
}
</style>
background-color css
<style>
a { background-color: #F97C8A; }
a { background-color: rgb(249,124,138); }
div.DivClassName
{
background-color: #F97C8A;
}
.BgClassName
{
background-color: #F97C8A;
}
</style>
border-color css
<style>
span { border-color: #F97C8A; }
span { border-color: rgb(249,124,138); }
td.TdClassName
{
border-color: #F97C8A;
}
.TagClassName
{
border-color: #F97C8A;
}
</style>