Shades of Carissma #F4828A
Tints of Carissma #F4828A
RGB
CMYK
RGB Variations
Color information
#F4828A (or 0xF4828A) is known color: Carissma. HEX triplet: F4, 82 and 8A. RGB value is (244,130,138). Sum of RGB (Red+Green+Blue) = 244+130+138=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F4828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4828A is #0B7D75. Grayscale: #A5A5A5. Windows color (decimal): -753014 or 9077492. OLE color: 9077492.
HSL color Cylindrical-coordinate representation of color #F4828A: hue angle of 355.79º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F4828A is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 138 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.04 |
| HSL | 355.79º | 0.84% | 0.73% | - |
| HSV(B) | 355.79º | 0.47% | 0.96% | - |
| XYZ | 49.88 | 37.03 | 28.56 | - |
| YUV | 165 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 138 | 0 | 0.47 | 0.43 | 0.04 | 355.79 | 0.84 | 0.73 |
| Hex | F4 | 82 | 8A | 0 | 2F | 2B | 4 | 164 | 54 | 49 |
| Octal | 364 | 202 | 212 | 0 | 57 | 53 | 4 | 544 | 124 | 111 |
| Binary | 11110100 | 10000010 | 10001010 | 0 | 101111 | 101011 | 100 | 101100100 | 1010100 | 1001001 |
Color Harmonies of #F4828A
Complementary color
Monochromatic Colors of #F4828A
Black with #F4828A
Text Example
Text Example
White with #F4828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4828A; }
p { color: rgb(244,130,138); }
H1.HeaderClassName
{
color: #F4828A;
}
.AnyTagClassName
{
color: #F4828A;
}
</style>
background-color css
<style>
a { background-color: #F4828A; }
a { background-color: rgb(244,130,138); }
div.DivClassName
{
background-color: #F4828A;
}
.BgClassName
{
background-color: #F4828A;
}
</style>
border-color css
<style>
span { border-color: #F4828A; }
span { border-color: rgb(244,130,138); }
td.TdClassName
{
border-color: #F4828A;
}
.TagClassName
{
border-color: #F4828A;
}
</style>