Shades of Carissma #F9808B
Tints of Carissma #F9808B
RGB
CMYK
RGB Variations
Color information
#F9808B (or 0xF9808B) is known color: Carissma. HEX triplet: F9, 80 and 8B. RGB value is (249,128,139). Sum of RGB (Red+Green+Blue) = 249+128+139=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F9808B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9808B is #067F74. Grayscale: #A5A5A5. Windows color (decimal): -425845 or 9142521. OLE color: 9142521.
HSL color Cylindrical-coordinate representation of color #F9808B: hue angle of 354.55º 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 #F9808B is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 139 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.02 |
| HSL | 354.55º | 0.91% | 0.74% | - |
| HSV(B) | 354.55º | 0.49% | 0.98% | - |
| XYZ | 51.45 | 37.44 | 28.94 | - |
| YUV | 165.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 139 | 0 | 0.49 | 0.44 | 0.02 | 354.55 | 0.91 | 0.74 |
| Hex | F9 | 80 | 8B | 0 | 31 | 2C | 2 | 163 | 5B | 4A |
| Octal | 371 | 200 | 213 | 0 | 61 | 54 | 2 | 543 | 133 | 112 |
| Binary | 11111001 | 10000000 | 10001011 | 0 | 110001 | 101100 | 10 | 101100011 | 1011011 | 1001010 |
Color Harmonies of #F9808B
Complementary color
Monochromatic Colors of #F9808B
Black with #F9808B
Text Example
Text Example
White with #F9808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9808B; }
p { color: rgb(249,128,139); }
H1.HeaderClassName
{
color: #F9808B;
}
.AnyTagClassName
{
color: #F9808B;
}
</style>
background-color css
<style>
a { background-color: #F9808B; }
a { background-color: rgb(249,128,139); }
div.DivClassName
{
background-color: #F9808B;
}
.BgClassName
{
background-color: #F9808B;
}
</style>
border-color css
<style>
span { border-color: #F9808B; }
span { border-color: rgb(249,128,139); }
td.TdClassName
{
border-color: #F9808B;
}
.TagClassName
{
border-color: #F9808B;
}
</style>