Shades of Carissma #F28190
Tints of Carissma #F28190
RGB
CMYK
RGB Variations
Color information
#F28190 (or 0xF28190) is known color: Carissma. HEX triplet: F2, 81 and 90. RGB value is (242,129,144). Sum of RGB (Red+Green+Blue) = 242+129+144=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F28190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28190 is #0D7E6F. Grayscale: #A4A4A4. Windows color (decimal): -884336 or 9470450. OLE color: 9470450.
HSL color Cylindrical-coordinate representation of color #F28190: hue angle of 352.04º 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 #F28190 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 144 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.05 |
| HSL | 352.04º | 0.81% | 0.73% | - |
| HSV(B) | 352.04º | 0.47% | 0.95% | - |
| XYZ | 49.5 | 36.59 | 30.84 | - |
| YUV | 164.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 144 | 0 | 0.47 | 0.40 | 0.05 | 352.04 | 0.81 | 0.73 |
| Hex | F2 | 81 | 90 | 0 | 2F | 28 | 5 | 160 | 51 | 49 |
| Octal | 362 | 201 | 220 | 0 | 57 | 50 | 5 | 540 | 121 | 111 |
| Binary | 11110010 | 10000001 | 10010000 | 0 | 101111 | 101000 | 101 | 101100000 | 1010001 | 1001001 |
Color Harmonies of #F28190
Complementary color
Monochromatic Colors of #F28190
Black with #F28190
Text Example
Text Example
White with #F28190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28190; }
p { color: rgb(242,129,144); }
H1.HeaderClassName
{
color: #F28190;
}
.AnyTagClassName
{
color: #F28190;
}
</style>
background-color css
<style>
a { background-color: #F28190; }
a { background-color: rgb(242,129,144); }
div.DivClassName
{
background-color: #F28190;
}
.BgClassName
{
background-color: #F28190;
}
</style>
border-color css
<style>
span { border-color: #F28190; }
span { border-color: rgb(242,129,144); }
td.TdClassName
{
border-color: #F28190;
}
.TagClassName
{
border-color: #F28190;
}
</style>