Shades of Carissma #F2818F
Tints of Carissma #F2818F
RGB
CMYK
RGB Variations
Color information
#F2818F (or 0xF2818F) is known color: Carissma. HEX triplet: F2, 81 and 8F. RGB value is (242,129,143). Sum of RGB (Red+Green+Blue) = 242+129+143=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2818F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2818F is #0D7E70. Grayscale: #A4A4A4. Windows color (decimal): -884337 or 9404914. OLE color: 9404914.
HSL color Cylindrical-coordinate representation of color #F2818F: hue angle of 352.57º 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 #F2818F is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 143 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.05 |
| HSL | 352.57º | 0.81% | 0.73% | - |
| HSV(B) | 352.57º | 0.47% | 0.95% | - |
| XYZ | 49.43 | 36.56 | 30.44 | - |
| YUV | 164.38 | 115.94 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 143 | 0 | 0.47 | 0.41 | 0.05 | 352.57 | 0.81 | 0.73 |
| Hex | F2 | 81 | 8F | 0 | 2F | 29 | 5 | 161 | 51 | 49 |
| Octal | 362 | 201 | 217 | 0 | 57 | 51 | 5 | 541 | 121 | 111 |
| Binary | 11110010 | 10000001 | 10001111 | 0 | 101111 | 101001 | 101 | 101100001 | 1010001 | 1001001 |
Color Harmonies of #F2818F
Complementary color
Monochromatic Colors of #F2818F
Black with #F2818F
Text Example
Text Example
White with #F2818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2818F; }
p { color: rgb(242,129,143); }
H1.HeaderClassName
{
color: #F2818F;
}
.AnyTagClassName
{
color: #F2818F;
}
</style>
background-color css
<style>
a { background-color: #F2818F; }
a { background-color: rgb(242,129,143); }
div.DivClassName
{
background-color: #F2818F;
}
.BgClassName
{
background-color: #F2818F;
}
</style>
border-color css
<style>
span { border-color: #F2818F; }
span { border-color: rgb(242,129,143); }
td.TdClassName
{
border-color: #F2818F;
}
.TagClassName
{
border-color: #F2818F;
}
</style>