Shades of Carissma #F27D96
Tints of Carissma #F27D96
RGB
CMYK
RGB Variations
Color information
#F27D96 (or 0xF27D96) is known color: Carissma. HEX triplet: F2, 7D and 96. RGB value is (242,125,150). Sum of RGB (Red+Green+Blue) = 242+125+150=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27D96 is #0D8269. Grayscale: #A2A2A2. Windows color (decimal): -885354 or 9862642. OLE color: 9862642.
HSL color Cylindrical-coordinate representation of color #F27D96: hue angle of 347.18º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27D96 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 150 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.05 |
| HSL | 347.18º | 0.82% | 0.72% | - |
| HSV(B) | 347.18º | 0.48% | 0.95% | - |
| XYZ | 49.46 | 35.75 | 33.15 | - |
| YUV | 162.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 150 | 0 | 0.48 | 0.38 | 0.05 | 347.18 | 0.82 | 0.72 |
| Hex | F2 | 7D | 96 | 0 | 30 | 26 | 5 | 15B | 52 | 48 |
| Octal | 362 | 175 | 226 | 0 | 60 | 46 | 5 | 533 | 122 | 110 |
| Binary | 11110010 | 1111101 | 10010110 | 0 | 110000 | 100110 | 101 | 101011011 | 1010010 | 1001000 |
Color Harmonies of #F27D96
Complementary color
Monochromatic Colors of #F27D96
Black with #F27D96
Text Example
Text Example
White with #F27D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27D96; }
p { color: rgb(242,125,150); }
H1.HeaderClassName
{
color: #F27D96;
}
.AnyTagClassName
{
color: #F27D96;
}
</style>
background-color css
<style>
a { background-color: #F27D96; }
a { background-color: rgb(242,125,150); }
div.DivClassName
{
background-color: #F27D96;
}
.BgClassName
{
background-color: #F27D96;
}
</style>
border-color css
<style>
span { border-color: #F27D96; }
span { border-color: rgb(242,125,150); }
td.TdClassName
{
border-color: #F27D96;
}
.TagClassName
{
border-color: #F27D96;
}
</style>