Shades of Carissma #F27A8A
Tints of Carissma #F27A8A
RGB
CMYK
RGB Variations
Color information
#F27A8A (or 0xF27A8A) is known color: Carissma. HEX triplet: F2, 7A and 8A. RGB value is (242,122,138). Sum of RGB (Red+Green+Blue) = 242+122+138=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27A8A is #0D8575. Grayscale: #9F9F9F. Windows color (decimal): -886134 or 9075442. OLE color: 9075442.
HSL color Cylindrical-coordinate representation of color #F27A8A: hue angle of 352º 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 #F27A8A is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 138 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.05 |
| HSL | 352º | 0.82% | 0.71% | - |
| HSV(B) | 352º | 0.5% | 0.95% | - |
| XYZ | 48.16 | 34.63 | 28.19 | - |
| YUV | 159.7 | 115.76 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 138 | 0 | 0.50 | 0.43 | 0.05 | 352 | 0.82 | 0.71 |
| Hex | F2 | 7A | 8A | 0 | 32 | 2B | 5 | 160 | 52 | 47 |
| Octal | 362 | 172 | 212 | 0 | 62 | 53 | 5 | 540 | 122 | 107 |
| Binary | 11110010 | 1111010 | 10001010 | 0 | 110010 | 101011 | 101 | 101100000 | 1010010 | 1000111 |
Color Harmonies of #F27A8A
Complementary color
Monochromatic Colors of #F27A8A
Black with #F27A8A
Text Example
Text Example
White with #F27A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A8A; }
p { color: rgb(242,122,138); }
H1.HeaderClassName
{
color: #F27A8A;
}
.AnyTagClassName
{
color: #F27A8A;
}
</style>
background-color css
<style>
a { background-color: #F27A8A; }
a { background-color: rgb(242,122,138); }
div.DivClassName
{
background-color: #F27A8A;
}
.BgClassName
{
background-color: #F27A8A;
}
</style>
border-color css
<style>
span { border-color: #F27A8A; }
span { border-color: rgb(242,122,138); }
td.TdClassName
{
border-color: #F27A8A;
}
.TagClassName
{
border-color: #F27A8A;
}
</style>