Shades of Carissma #F47F90
Tints of Carissma #F47F90
RGB
CMYK
RGB Variations
Color information
#F47F90 (or 0xF47F90) is known color: Carissma. HEX triplet: F4, 7F and 90. RGB value is (244,127,144). Sum of RGB (Red+Green+Blue) = 244+127+144=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47F90 is #0B806F. Grayscale: #A3A3A3. Windows color (decimal): -753776 or 9469940. OLE color: 9469940.
HSL color Cylindrical-coordinate representation of color #F47F90: hue angle of 351.28º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F47F90 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 127 | 144 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.04 |
| HSL | 351.28º | 0.84% | 0.73% | - |
| HSV(B) | 351.28º | 0.48% | 0.96% | - |
| XYZ | 49.93 | 36.43 | 30.78 | - |
| YUV | 163.92 | 116.76 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 127 | 144 | 0 | 0.48 | 0.41 | 0.04 | 351.28 | 0.84 | 0.73 |
| Hex | F4 | 7F | 90 | 0 | 30 | 29 | 4 | 15F | 54 | 49 |
| Octal | 364 | 177 | 220 | 0 | 60 | 51 | 4 | 537 | 124 | 111 |
| Binary | 11110100 | 1111111 | 10010000 | 0 | 110000 | 101001 | 100 | 101011111 | 1010100 | 1001001 |
Color Harmonies of #F47F90
Complementary color
Monochromatic Colors of #F47F90
Black with #F47F90
Text Example
Text Example
White with #F47F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47F90; }
p { color: rgb(244,127,144); }
H1.HeaderClassName
{
color: #F47F90;
}
.AnyTagClassName
{
color: #F47F90;
}
</style>
background-color css
<style>
a { background-color: #F47F90; }
a { background-color: rgb(244,127,144); }
div.DivClassName
{
background-color: #F47F90;
}
.BgClassName
{
background-color: #F47F90;
}
</style>
border-color css
<style>
span { border-color: #F47F90; }
span { border-color: rgb(244,127,144); }
td.TdClassName
{
border-color: #F47F90;
}
.TagClassName
{
border-color: #F47F90;
}
</style>