Shades of Carissma #F2808E
Tints of Carissma #F2808E
RGB
CMYK
RGB Variations
Color information
#F2808E (or 0xF2808E) is known color: Carissma. HEX triplet: F2, 80 and 8E. RGB value is (242,128,142). Sum of RGB (Red+Green+Blue) = 242+128+142=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2808E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2808E is #0D7F71. Grayscale: #A3A3A3. Windows color (decimal): -884594 or 9339122. OLE color: 9339122.
HSL color Cylindrical-coordinate representation of color #F2808E: hue angle of 352.63º 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 #F2808E is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 142 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.05 |
| HSL | 352.63º | 0.81% | 0.73% | - |
| HSV(B) | 352.63º | 0.47% | 0.95% | - |
| XYZ | 49.22 | 36.27 | 30 | - |
| YUV | 163.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 142 | 0 | 0.47 | 0.41 | 0.05 | 352.63 | 0.81 | 0.73 |
| Hex | F2 | 80 | 8E | 0 | 2F | 29 | 5 | 161 | 51 | 49 |
| Octal | 362 | 200 | 216 | 0 | 57 | 51 | 5 | 541 | 121 | 111 |
| Binary | 11110010 | 10000000 | 10001110 | 0 | 101111 | 101001 | 101 | 101100001 | 1010001 | 1001001 |
Color Harmonies of #F2808E
Complementary color
Monochromatic Colors of #F2808E
Black with #F2808E
Text Example
Text Example
White with #F2808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2808E; }
p { color: rgb(242,128,142); }
H1.HeaderClassName
{
color: #F2808E;
}
.AnyTagClassName
{
color: #F2808E;
}
</style>
background-color css
<style>
a { background-color: #F2808E; }
a { background-color: rgb(242,128,142); }
div.DivClassName
{
background-color: #F2808E;
}
.BgClassName
{
background-color: #F2808E;
}
</style>
border-color css
<style>
span { border-color: #F2808E; }
span { border-color: rgb(242,128,142); }
td.TdClassName
{
border-color: #F2808E;
}
.TagClassName
{
border-color: #F2808E;
}
</style>