Shades of Carissma #F97A8C
Tints of Carissma #F97A8C
RGB
CMYK
RGB Variations
Color information
#F97A8C (or 0xF97A8C) is known color: Carissma. HEX triplet: F9, 7A and 8C. RGB value is (249,122,140). Sum of RGB (Red+Green+Blue) = 249+122+140=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97A8C is #068573. Grayscale: #A2A2A2. Windows color (decimal): -427380 or 9206521. OLE color: 9206521.
HSL color Cylindrical-coordinate representation of color #F97A8C: hue angle of 351.5º 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 #F97A8C is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 122 | 140 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.02 |
| HSL | 351.5º | 0.91% | 0.73% | - |
| HSV(B) | 351.5º | 0.51% | 0.98% | - |
| XYZ | 50.76 | 35.95 | 29.08 | - |
| YUV | 162.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 122 | 140 | 0 | 0.51 | 0.44 | 0.02 | 351.5 | 0.91 | 0.73 |
| Hex | F9 | 7A | 8C | 0 | 33 | 2C | 2 | 15F | 5B | 49 |
| Octal | 371 | 172 | 214 | 0 | 63 | 54 | 2 | 537 | 133 | 111 |
| Binary | 11111001 | 1111010 | 10001100 | 0 | 110011 | 101100 | 10 | 101011111 | 1011011 | 1001001 |
Color Harmonies of #F97A8C
Complementary color
Monochromatic Colors of #F97A8C
Black with #F97A8C
Text Example
Text Example
White with #F97A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97A8C; }
p { color: rgb(249,122,140); }
H1.HeaderClassName
{
color: #F97A8C;
}
.AnyTagClassName
{
color: #F97A8C;
}
</style>
background-color css
<style>
a { background-color: #F97A8C; }
a { background-color: rgb(249,122,140); }
div.DivClassName
{
background-color: #F97A8C;
}
.BgClassName
{
background-color: #F97A8C;
}
</style>
border-color css
<style>
span { border-color: #F97A8C; }
span { border-color: rgb(249,122,140); }
td.TdClassName
{
border-color: #F97A8C;
}
.TagClassName
{
border-color: #F97A8C;
}
</style>