Shades of Carissma #F8818F
Tints of Carissma #F8818F
RGB
CMYK
RGB Variations
Color information
#F8818F (or 0xF8818F) is known color: Carissma. HEX triplet: F8, 81 and 8F. RGB value is (248,129,143). Sum of RGB (Red+Green+Blue) = 248+129+143=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8818F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8818F is #077E70. Grayscale: #A6A6A6. Windows color (decimal): -491121 or 9404920. OLE color: 9404920.
HSL color Cylindrical-coordinate representation of color #F8818F: hue angle of 352.94º degrees, saturation: 0.89, 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 #F8818F is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 129 | 143 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.03 |
| HSL | 352.94º | 0.89% | 0.74% | - |
| HSV(B) | 352.94º | 0.48% | 0.97% | - |
| XYZ | 51.52 | 37.64 | 30.54 | - |
| YUV | 166.18 | 114.92 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 143 | 0 | 0.48 | 0.42 | 0.03 | 352.94 | 0.89 | 0.74 |
| Hex | F8 | 81 | 8F | 0 | 30 | 2A | 3 | 161 | 59 | 4A |
| Octal | 370 | 201 | 217 | 0 | 60 | 52 | 3 | 541 | 131 | 112 |
| Binary | 11111000 | 10000001 | 10001111 | 0 | 110000 | 101010 | 11 | 101100001 | 1011001 | 1001010 |
Color Harmonies of #F8818F
Complementary color
Monochromatic Colors of #F8818F
Black with #F8818F
Text Example
Text Example
White with #F8818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8818F; }
p { color: rgb(248,129,143); }
H1.HeaderClassName
{
color: #F8818F;
}
.AnyTagClassName
{
color: #F8818F;
}
</style>
background-color css
<style>
a { background-color: #F8818F; }
a { background-color: rgb(248,129,143); }
div.DivClassName
{
background-color: #F8818F;
}
.BgClassName
{
background-color: #F8818F;
}
</style>
border-color css
<style>
span { border-color: #F8818F; }
span { border-color: rgb(248,129,143); }
td.TdClassName
{
border-color: #F8818F;
}
.TagClassName
{
border-color: #F8818F;
}
</style>