Shades of Carissma #F4808A
Tints of Carissma #F4808A
RGB
CMYK
RGB Variations
Color information
#F4808A (or 0xF4808A) is known color: Carissma. HEX triplet: F4, 80 and 8A. RGB value is (244,128,138). Sum of RGB (Red+Green+Blue) = 244+128+138=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F4808A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4808A is #0B7F75. Grayscale: #A3A3A3. Windows color (decimal): -753526 or 9076980. OLE color: 9076980.
HSL color Cylindrical-coordinate representation of color #F4808A: hue angle of 354.83º 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 #F4808A is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 128 | 138 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.04 |
| HSL | 354.83º | 0.84% | 0.73% | - |
| HSV(B) | 354.83º | 0.48% | 0.96% | - |
| XYZ | 49.61 | 36.51 | 28.48 | - |
| YUV | 163.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 128 | 138 | 0 | 0.48 | 0.43 | 0.04 | 354.83 | 0.84 | 0.73 |
| Hex | F4 | 80 | 8A | 0 | 30 | 2B | 4 | 163 | 54 | 49 |
| Octal | 364 | 200 | 212 | 0 | 60 | 53 | 4 | 543 | 124 | 111 |
| Binary | 11110100 | 10000000 | 10001010 | 0 | 110000 | 101011 | 100 | 101100011 | 1010100 | 1001001 |
Color Harmonies of #F4808A
Complementary color
Monochromatic Colors of #F4808A
Black with #F4808A
Text Example
Text Example
White with #F4808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4808A; }
p { color: rgb(244,128,138); }
H1.HeaderClassName
{
color: #F4808A;
}
.AnyTagClassName
{
color: #F4808A;
}
</style>
background-color css
<style>
a { background-color: #F4808A; }
a { background-color: rgb(244,128,138); }
div.DivClassName
{
background-color: #F4808A;
}
.BgClassName
{
background-color: #F4808A;
}
</style>
border-color css
<style>
span { border-color: #F4808A; }
span { border-color: rgb(244,128,138); }
td.TdClassName
{
border-color: #F4808A;
}
.TagClassName
{
border-color: #F4808A;
}
</style>