Shades of Carissma #F8808F
Tints of Carissma #F8808F
RGB
CMYK
RGB Variations
Color information
#F8808F (or 0xF8808F) is known color: Carissma. HEX triplet: F8, 80 and 8F. RGB value is (248,128,143). Sum of RGB (Red+Green+Blue) = 248+128+143=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F8808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8808F is #077F70. Grayscale: #A5A5A5. Windows color (decimal): -491377 or 9404664. OLE color: 9404664.
HSL color Cylindrical-coordinate representation of color #F8808F: hue angle of 352.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8808F is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 143 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.03 |
| HSL | 352.5º | 0.9% | 0.74% | - |
| HSV(B) | 352.5º | 0.48% | 0.97% | - |
| XYZ | 51.39 | 37.38 | 30.49 | - |
| YUV | 165.59 | 115.26 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 143 | 0 | 0.48 | 0.42 | 0.03 | 352.5 | 0.9 | 0.74 |
| Hex | F8 | 80 | 8F | 0 | 30 | 2A | 3 | 160 | 5A | 4A |
| Octal | 370 | 200 | 217 | 0 | 60 | 52 | 3 | 540 | 132 | 112 |
| Binary | 11111000 | 10000000 | 10001111 | 0 | 110000 | 101010 | 11 | 101100000 | 1011010 | 1001010 |
Color Harmonies of #F8808F
Complementary color
Monochromatic Colors of #F8808F
Black with #F8808F
Text Example
Text Example
White with #F8808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8808F; }
p { color: rgb(248,128,143); }
H1.HeaderClassName
{
color: #F8808F;
}
.AnyTagClassName
{
color: #F8808F;
}
</style>
background-color css
<style>
a { background-color: #F8808F; }
a { background-color: rgb(248,128,143); }
div.DivClassName
{
background-color: #F8808F;
}
.BgClassName
{
background-color: #F8808F;
}
</style>
border-color css
<style>
span { border-color: #F8808F; }
span { border-color: rgb(248,128,143); }
td.TdClassName
{
border-color: #F8808F;
}
.TagClassName
{
border-color: #F8808F;
}
</style>