Shades of Carissma #F2819C
Tints of Carissma #F2819C
RGB
CMYK
RGB Variations
Color information
#F2819C (or 0xF2819C) is known color: Carissma. HEX triplet: F2, 81 and 9C. RGB value is (242,129,156). Sum of RGB (Red+Green+Blue) = 242+129+156=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2819C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2819C is #0D7E63. Grayscale: #A5A5A5. Windows color (decimal): -884324 or 10256882. OLE color: 10256882.
HSL color Cylindrical-coordinate representation of color #F2819C: hue angle of 345.66º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2819C is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 156 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.05 |
| HSL | 345.66º | 0.81% | 0.73% | - |
| HSV(B) | 345.66º | 0.47% | 0.95% | - |
| XYZ | 50.47 | 36.98 | 35.93 | - |
| YUV | 165.87 | 122.44 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 156 | 0 | 0.47 | 0.36 | 0.05 | 345.66 | 0.81 | 0.73 |
| Hex | F2 | 81 | 9C | 0 | 2F | 24 | 5 | 15A | 51 | 49 |
| Octal | 362 | 201 | 234 | 0 | 57 | 44 | 5 | 532 | 121 | 111 |
| Binary | 11110010 | 10000001 | 10011100 | 0 | 101111 | 100100 | 101 | 101011010 | 1010001 | 1001001 |
Color Harmonies of #F2819C
Complementary color
Monochromatic Colors of #F2819C
Black with #F2819C
Text Example
Text Example
White with #F2819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2819C; }
p { color: rgb(242,129,156); }
H1.HeaderClassName
{
color: #F2819C;
}
.AnyTagClassName
{
color: #F2819C;
}
</style>
background-color css
<style>
a { background-color: #F2819C; }
a { background-color: rgb(242,129,156); }
div.DivClassName
{
background-color: #F2819C;
}
.BgClassName
{
background-color: #F2819C;
}
</style>
border-color css
<style>
span { border-color: #F2819C; }
span { border-color: rgb(242,129,156); }
td.TdClassName
{
border-color: #F2819C;
}
.TagClassName
{
border-color: #F2819C;
}
</style>