Shades of Carissma #F97A8D
Tints of Carissma #F97A8D
RGB
CMYK
RGB Variations
Color information
#F97A8D (or 0xF97A8D) is known color: Carissma. HEX triplet: F9, 7A and 8D. RGB value is (249,122,141). Sum of RGB (Red+Green+Blue) = 249+122+141=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97A8D is #068572. Grayscale: #A2A2A2. Windows color (decimal): -427379 or 9272057. OLE color: 9272057.
HSL color Cylindrical-coordinate representation of color #F97A8D: hue angle of 351.02º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97A8D is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 122 | 141 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.02 |
| HSL | 351.02º | 0.91% | 0.73% | - |
| HSV(B) | 351.02º | 0.51% | 0.98% | - |
| XYZ | 50.83 | 35.98 | 29.47 | - |
| YUV | 162.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 122 | 141 | 0 | 0.51 | 0.43 | 0.02 | 351.02 | 0.91 | 0.73 |
| Hex | F9 | 7A | 8D | 0 | 33 | 2B | 2 | 15F | 5B | 49 |
| Octal | 371 | 172 | 215 | 0 | 63 | 53 | 2 | 537 | 133 | 111 |
| Binary | 11111001 | 1111010 | 10001101 | 0 | 110011 | 101011 | 10 | 101011111 | 1011011 | 1001001 |
Color Harmonies of #F97A8D
Complementary color
Monochromatic Colors of #F97A8D
Black with #F97A8D
Text Example
Text Example
White with #F97A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97A8D; }
p { color: rgb(249,122,141); }
H1.HeaderClassName
{
color: #F97A8D;
}
.AnyTagClassName
{
color: #F97A8D;
}
</style>
background-color css
<style>
a { background-color: #F97A8D; }
a { background-color: rgb(249,122,141); }
div.DivClassName
{
background-color: #F97A8D;
}
.BgClassName
{
background-color: #F97A8D;
}
</style>
border-color css
<style>
span { border-color: #F97A8D; }
span { border-color: rgb(249,122,141); }
td.TdClassName
{
border-color: #F97A8D;
}
.TagClassName
{
border-color: #F97A8D;
}
</style>