Shades of Carissma #F4819A
Tints of Carissma #F4819A
RGB
CMYK
RGB Variations
Color information
#F4819A (or 0xF4819A) is known color: Carissma. HEX triplet: F4, 81 and 9A. RGB value is (244,129,154). Sum of RGB (Red+Green+Blue) = 244+129+154=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F4819A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4819A is #0B7E65. Grayscale: #A6A6A6. Windows color (decimal): -753254 or 10125812. OLE color: 10125812.
HSL color Cylindrical-coordinate representation of color #F4819A: hue angle of 346.96º 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 #F4819A is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 154 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.04 |
| HSL | 346.96º | 0.84% | 0.73% | - |
| HSV(B) | 346.96º | 0.47% | 0.96% | - |
| XYZ | 50.99 | 37.27 | 35.08 | - |
| YUV | 166.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 154 | 0 | 0.47 | 0.37 | 0.04 | 346.96 | 0.84 | 0.73 |
| Hex | F4 | 81 | 9A | 0 | 2F | 25 | 4 | 15B | 54 | 49 |
| Octal | 364 | 201 | 232 | 0 | 57 | 45 | 4 | 533 | 124 | 111 |
| Binary | 11110100 | 10000001 | 10011010 | 0 | 101111 | 100101 | 100 | 101011011 | 1010100 | 1001001 |
Color Harmonies of #F4819A
Complementary color
Monochromatic Colors of #F4819A
Black with #F4819A
Text Example
Text Example
White with #F4819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4819A; }
p { color: rgb(244,129,154); }
H1.HeaderClassName
{
color: #F4819A;
}
.AnyTagClassName
{
color: #F4819A;
}
</style>
background-color css
<style>
a { background-color: #F4819A; }
a { background-color: rgb(244,129,154); }
div.DivClassName
{
background-color: #F4819A;
}
.BgClassName
{
background-color: #F4819A;
}
</style>
border-color css
<style>
span { border-color: #F4819A; }
span { border-color: rgb(244,129,154); }
td.TdClassName
{
border-color: #F4819A;
}
.TagClassName
{
border-color: #F4819A;
}
</style>