Shades of Carissma #F4818A
Tints of Carissma #F4818A
RGB
CMYK
RGB Variations
Color information
#F4818A (or 0xF4818A) is known color: Carissma. HEX triplet: F4, 81 and 8A. RGB value is (244,129,138). Sum of RGB (Red+Green+Blue) = 244+129+138=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F4818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4818A is #0B7E75. Grayscale: #A4A4A4. Windows color (decimal): -753270 or 9077236. OLE color: 9077236.
HSL color Cylindrical-coordinate representation of color #F4818A: hue angle of 355.3º 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 #F4818A is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 138 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.04 |
| HSL | 355.3º | 0.84% | 0.73% | - |
| HSV(B) | 355.3º | 0.47% | 0.96% | - |
| XYZ | 49.75 | 36.77 | 28.52 | - |
| YUV | 164.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 138 | 0 | 0.47 | 0.43 | 0.04 | 355.3 | 0.84 | 0.73 |
| Hex | F4 | 81 | 8A | 0 | 2F | 2B | 4 | 163 | 54 | 49 |
| Octal | 364 | 201 | 212 | 0 | 57 | 53 | 4 | 543 | 124 | 111 |
| Binary | 11110100 | 10000001 | 10001010 | 0 | 101111 | 101011 | 100 | 101100011 | 1010100 | 1001001 |
Color Harmonies of #F4818A
Complementary color
Monochromatic Colors of #F4818A
Black with #F4818A
Text Example
Text Example
White with #F4818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4818A; }
p { color: rgb(244,129,138); }
H1.HeaderClassName
{
color: #F4818A;
}
.AnyTagClassName
{
color: #F4818A;
}
</style>
background-color css
<style>
a { background-color: #F4818A; }
a { background-color: rgb(244,129,138); }
div.DivClassName
{
background-color: #F4818A;
}
.BgClassName
{
background-color: #F4818A;
}
</style>
border-color css
<style>
span { border-color: #F4818A; }
span { border-color: rgb(244,129,138); }
td.TdClassName
{
border-color: #F4818A;
}
.TagClassName
{
border-color: #F4818A;
}
</style>