Shades of Carissma #F27E8F
Tints of Carissma #F27E8F
RGB
CMYK
RGB Variations
Color information
#F27E8F (or 0xF27E8F) is known color: Carissma. HEX triplet: F2, 7E and 8F. RGB value is (242,126,143). Sum of RGB (Red+Green+Blue) = 242+126+143=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27E8F is #0D8170. Grayscale: #A2A2A2. Windows color (decimal): -885105 or 9404146. OLE color: 9404146.
HSL color Cylindrical-coordinate representation of color #F27E8F: hue angle of 351.21º 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 #F27E8F is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 143 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.05 |
| HSL | 351.21º | 0.82% | 0.72% | - |
| HSV(B) | 351.21º | 0.48% | 0.95% | - |
| XYZ | 49.04 | 35.78 | 30.31 | - |
| YUV | 162.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 143 | 0 | 0.48 | 0.41 | 0.05 | 351.21 | 0.82 | 0.72 |
| Hex | F2 | 7E | 8F | 0 | 30 | 29 | 5 | 15F | 52 | 48 |
| Octal | 362 | 176 | 217 | 0 | 60 | 51 | 5 | 537 | 122 | 110 |
| Binary | 11110010 | 1111110 | 10001111 | 0 | 110000 | 101001 | 101 | 101011111 | 1010010 | 1001000 |
Color Harmonies of #F27E8F
Complementary color
Monochromatic Colors of #F27E8F
Black with #F27E8F
Text Example
Text Example
White with #F27E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E8F; }
p { color: rgb(242,126,143); }
H1.HeaderClassName
{
color: #F27E8F;
}
.AnyTagClassName
{
color: #F27E8F;
}
</style>
background-color css
<style>
a { background-color: #F27E8F; }
a { background-color: rgb(242,126,143); }
div.DivClassName
{
background-color: #F27E8F;
}
.BgClassName
{
background-color: #F27E8F;
}
</style>
border-color css
<style>
span { border-color: #F27E8F; }
span { border-color: rgb(242,126,143); }
td.TdClassName
{
border-color: #F27E8F;
}
.TagClassName
{
border-color: #F27E8F;
}
</style>