Shades of Carissma #F27890
Tints of Carissma #F27890
RGB
CMYK
RGB Variations
Color information
#F27890 (or 0xF27890) is known color: Carissma. HEX triplet: F2, 78 and 90. RGB value is (242,120,144). Sum of RGB (Red+Green+Blue) = 242+120+144=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F27890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27890 is #0D876F. Grayscale: #9F9F9F. Windows color (decimal): -886640 or 9468146. OLE color: 9468146.
HSL color Cylindrical-coordinate representation of color #F27890: hue angle of 348.2º 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 #F27890 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 144 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.05 |
| HSL | 348.2º | 0.82% | 0.71% | - |
| HSV(B) | 348.2º | 0.5% | 0.95% | - |
| XYZ | 48.37 | 34.32 | 30.46 | - |
| YUV | 159.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 144 | 0 | 0.50 | 0.40 | 0.05 | 348.2 | 0.82 | 0.71 |
| Hex | F2 | 78 | 90 | 0 | 32 | 28 | 5 | 15C | 52 | 47 |
| Octal | 362 | 170 | 220 | 0 | 62 | 50 | 5 | 534 | 122 | 107 |
| Binary | 11110010 | 1111000 | 10010000 | 0 | 110010 | 101000 | 101 | 101011100 | 1010010 | 1000111 |
Color Harmonies of #F27890
Complementary color
Monochromatic Colors of #F27890
Black with #F27890
Text Example
Text Example
White with #F27890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27890; }
p { color: rgb(242,120,144); }
H1.HeaderClassName
{
color: #F27890;
}
.AnyTagClassName
{
color: #F27890;
}
</style>
background-color css
<style>
a { background-color: #F27890; }
a { background-color: rgb(242,120,144); }
div.DivClassName
{
background-color: #F27890;
}
.BgClassName
{
background-color: #F27890;
}
</style>
border-color css
<style>
span { border-color: #F27890; }
span { border-color: rgb(242,120,144); }
td.TdClassName
{
border-color: #F27890;
}
.TagClassName
{
border-color: #F27890;
}
</style>