Shades of Carissma #F2808C
Tints of Carissma #F2808C
RGB
CMYK
RGB Variations
Color information
#F2808C (or 0xF2808C) is known color: Carissma. HEX triplet: F2, 80 and 8C. RGB value is (242,128,140). Sum of RGB (Red+Green+Blue) = 242+128+140=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2808C is #0D7F73. Grayscale: #A3A3A3. Windows color (decimal): -884596 or 9208050. OLE color: 9208050.
HSL color Cylindrical-coordinate representation of color #F2808C: hue angle of 353.68º 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 #F2808C is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 140 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.05 |
| HSL | 353.68º | 0.81% | 0.73% | - |
| HSV(B) | 353.68º | 0.47% | 0.95% | - |
| XYZ | 49.07 | 36.21 | 29.21 | - |
| YUV | 163.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 140 | 0 | 0.47 | 0.42 | 0.05 | 353.68 | 0.81 | 0.73 |
| Hex | F2 | 80 | 8C | 0 | 2F | 2A | 5 | 162 | 51 | 49 |
| Octal | 362 | 200 | 214 | 0 | 57 | 52 | 5 | 542 | 121 | 111 |
| Binary | 11110010 | 10000000 | 10001100 | 0 | 101111 | 101010 | 101 | 101100010 | 1010001 | 1001001 |
Color Harmonies of #F2808C
Complementary color
Monochromatic Colors of #F2808C
Black with #F2808C
Text Example
Text Example
White with #F2808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2808C; }
p { color: rgb(242,128,140); }
H1.HeaderClassName
{
color: #F2808C;
}
.AnyTagClassName
{
color: #F2808C;
}
</style>
background-color css
<style>
a { background-color: #F2808C; }
a { background-color: rgb(242,128,140); }
div.DivClassName
{
background-color: #F2808C;
}
.BgClassName
{
background-color: #F2808C;
}
</style>
border-color css
<style>
span { border-color: #F2808C; }
span { border-color: rgb(242,128,140); }
td.TdClassName
{
border-color: #F2808C;
}
.TagClassName
{
border-color: #F2808C;
}
</style>