Shades of Carissma #F97A8F
Tints of Carissma #F97A8F
RGB
CMYK
RGB Variations
Color information
#F97A8F (or 0xF97A8F) is known color: Carissma. HEX triplet: F9, 7A and 8F. RGB value is (249,122,143). Sum of RGB (Red+Green+Blue) = 249+122+143=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97A8F is #068570. Grayscale: #A2A2A2. Windows color (decimal): -427377 or 9403129. OLE color: 9403129.
HSL color Cylindrical-coordinate representation of color #F97A8F: hue angle of 350.08º 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 #F97A8F is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 122 | 143 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.02 |
| HSL | 350.08º | 0.91% | 0.73% | - |
| HSV(B) | 350.08º | 0.51% | 0.98% | - |
| XYZ | 50.98 | 36.04 | 30.26 | - |
| YUV | 162.37 | 117.08 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 122 | 143 | 0 | 0.51 | 0.43 | 0.02 | 350.08 | 0.91 | 0.73 |
| Hex | F9 | 7A | 8F | 0 | 33 | 2B | 2 | 15E | 5B | 49 |
| Octal | 371 | 172 | 217 | 0 | 63 | 53 | 2 | 536 | 133 | 111 |
| Binary | 11111001 | 1111010 | 10001111 | 0 | 110011 | 101011 | 10 | 101011110 | 1011011 | 1001001 |
Color Harmonies of #F97A8F
Complementary color
Monochromatic Colors of #F97A8F
Black with #F97A8F
Text Example
Text Example
White with #F97A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97A8F; }
p { color: rgb(249,122,143); }
H1.HeaderClassName
{
color: #F97A8F;
}
.AnyTagClassName
{
color: #F97A8F;
}
</style>
background-color css
<style>
a { background-color: #F97A8F; }
a { background-color: rgb(249,122,143); }
div.DivClassName
{
background-color: #F97A8F;
}
.BgClassName
{
background-color: #F97A8F;
}
</style>
border-color css
<style>
span { border-color: #F97A8F; }
span { border-color: rgb(249,122,143); }
td.TdClassName
{
border-color: #F97A8F;
}
.TagClassName
{
border-color: #F97A8F;
}
</style>