Shades of Carissma #F9808F
Tints of Carissma #F9808F
RGB
CMYK
RGB Variations
Color information
#F9808F (or 0xF9808F) is known color: Carissma. HEX triplet: F9, 80 and 8F. RGB value is (249,128,143). Sum of RGB (Red+Green+Blue) = 249+128+143=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F9808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9808F is #067F70. Grayscale: #A5A5A5. Windows color (decimal): -425841 or 9404665. OLE color: 9404665.
HSL color Cylindrical-coordinate representation of color #F9808F: hue angle of 352.56º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9808F is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 143 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.02 |
| HSL | 352.56º | 0.91% | 0.74% | - |
| HSV(B) | 352.56º | 0.49% | 0.98% | - |
| XYZ | 51.74 | 37.56 | 30.51 | - |
| YUV | 165.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 143 | 0 | 0.49 | 0.43 | 0.02 | 352.56 | 0.91 | 0.74 |
| Hex | F9 | 80 | 8F | 0 | 31 | 2B | 2 | 161 | 5B | 4A |
| Octal | 371 | 200 | 217 | 0 | 61 | 53 | 2 | 541 | 133 | 112 |
| Binary | 11111001 | 10000000 | 10001111 | 0 | 110001 | 101011 | 10 | 101100001 | 1011011 | 1001010 |
Color Harmonies of #F9808F
Complementary color
Monochromatic Colors of #F9808F
Black with #F9808F
Text Example
Text Example
White with #F9808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9808F; }
p { color: rgb(249,128,143); }
H1.HeaderClassName
{
color: #F9808F;
}
.AnyTagClassName
{
color: #F9808F;
}
</style>
background-color css
<style>
a { background-color: #F9808F; }
a { background-color: rgb(249,128,143); }
div.DivClassName
{
background-color: #F9808F;
}
.BgClassName
{
background-color: #F9808F;
}
</style>
border-color css
<style>
span { border-color: #F9808F; }
span { border-color: rgb(249,128,143); }
td.TdClassName
{
border-color: #F9808F;
}
.TagClassName
{
border-color: #F9808F;
}
</style>