Shades of Carissma #F4808D
Tints of Carissma #F4808D
RGB
CMYK
RGB Variations
Color information
#F4808D (or 0xF4808D) is known color: Carissma. HEX triplet: F4, 80 and 8D. RGB value is (244,128,141). Sum of RGB (Red+Green+Blue) = 244+128+141=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F4808D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4808D is #0B7F72. Grayscale: #A4A4A4. Windows color (decimal): -753523 or 9273588. OLE color: 9273588.
HSL color Cylindrical-coordinate representation of color #F4808D: hue angle of 353.28º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4808D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 128 | 141 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.04 |
| HSL | 353.28º | 0.84% | 0.73% | - |
| HSV(B) | 353.28º | 0.48% | 0.96% | - |
| XYZ | 49.84 | 36.59 | 29.64 | - |
| YUV | 164.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 128 | 141 | 0 | 0.48 | 0.42 | 0.04 | 353.28 | 0.84 | 0.73 |
| Hex | F4 | 80 | 8D | 0 | 30 | 2A | 4 | 161 | 54 | 49 |
| Octal | 364 | 200 | 215 | 0 | 60 | 52 | 4 | 541 | 124 | 111 |
| Binary | 11110100 | 10000000 | 10001101 | 0 | 110000 | 101010 | 100 | 101100001 | 1010100 | 1001001 |
Color Harmonies of #F4808D
Complementary color
Monochromatic Colors of #F4808D
Black with #F4808D
Text Example
Text Example
White with #F4808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4808D; }
p { color: rgb(244,128,141); }
H1.HeaderClassName
{
color: #F4808D;
}
.AnyTagClassName
{
color: #F4808D;
}
</style>
background-color css
<style>
a { background-color: #F4808D; }
a { background-color: rgb(244,128,141); }
div.DivClassName
{
background-color: #F4808D;
}
.BgClassName
{
background-color: #F4808D;
}
</style>
border-color css
<style>
span { border-color: #F4808D; }
span { border-color: rgb(244,128,141); }
td.TdClassName
{
border-color: #F4808D;
}
.TagClassName
{
border-color: #F4808D;
}
</style>