Shades of Carissma #F27A8D
Tints of Carissma #F27A8D
RGB
CMYK
RGB Variations
Color information
#F27A8D (or 0xF27A8D) is known color: Carissma. HEX triplet: F2, 7A and 8D. RGB value is (242,122,141). Sum of RGB (Red+Green+Blue) = 242+122+141=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27A8D is #0D8572. Grayscale: #A0A0A0. Windows color (decimal): -886131 or 9272050. OLE color: 9272050.
HSL color Cylindrical-coordinate representation of color #F27A8D: hue angle of 350.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27A8D is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 141 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.05 |
| HSL | 350.5º | 0.82% | 0.71% | - |
| HSV(B) | 350.5º | 0.5% | 0.95% | - |
| XYZ | 48.39 | 34.72 | 29.35 | - |
| YUV | 160.05 | 117.26 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 141 | 0 | 0.50 | 0.42 | 0.05 | 350.5 | 0.82 | 0.71 |
| Hex | F2 | 7A | 8D | 0 | 32 | 2A | 5 | 15E | 52 | 47 |
| Octal | 362 | 172 | 215 | 0 | 62 | 52 | 5 | 536 | 122 | 107 |
| Binary | 11110010 | 1111010 | 10001101 | 0 | 110010 | 101010 | 101 | 101011110 | 1010010 | 1000111 |
Color Harmonies of #F27A8D
Complementary color
Monochromatic Colors of #F27A8D
Black with #F27A8D
Text Example
Text Example
White with #F27A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A8D; }
p { color: rgb(242,122,141); }
H1.HeaderClassName
{
color: #F27A8D;
}
.AnyTagClassName
{
color: #F27A8D;
}
</style>
background-color css
<style>
a { background-color: #F27A8D; }
a { background-color: rgb(242,122,141); }
div.DivClassName
{
background-color: #F27A8D;
}
.BgClassName
{
background-color: #F27A8D;
}
</style>
border-color css
<style>
span { border-color: #F27A8D; }
span { border-color: rgb(242,122,141); }
td.TdClassName
{
border-color: #F27A8D;
}
.TagClassName
{
border-color: #F27A8D;
}
</style>