Shades of Carissma #F27B89
Tints of Carissma #F27B89
RGB
CMYK
RGB Variations
Color information
#F27B89 (or 0xF27B89) is known color: Carissma. HEX triplet: F2, 7B and 89. RGB value is (242,123,137). Sum of RGB (Red+Green+Blue) = 242+123+137=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27B89 is #0D8476. Grayscale: #A0A0A0. Windows color (decimal): -885879 or 9010162. OLE color: 9010162.
HSL color Cylindrical-coordinate representation of color #F27B89: hue angle of 352.94º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27B89 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 137 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.05 |
| HSL | 352.94º | 0.82% | 0.72% | - |
| HSV(B) | 352.94º | 0.49% | 0.95% | - |
| XYZ | 48.22 | 34.85 | 27.85 | - |
| YUV | 160.18 | 114.92 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 137 | 0 | 0.49 | 0.43 | 0.05 | 352.94 | 0.82 | 0.72 |
| Hex | F2 | 7B | 89 | 0 | 31 | 2B | 5 | 161 | 52 | 48 |
| Octal | 362 | 173 | 211 | 0 | 61 | 53 | 5 | 541 | 122 | 110 |
| Binary | 11110010 | 1111011 | 10001001 | 0 | 110001 | 101011 | 101 | 101100001 | 1010010 | 1001000 |
Color Harmonies of #F27B89
Complementary color
Monochromatic Colors of #F27B89
Black with #F27B89
Text Example
Text Example
White with #F27B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27B89; }
p { color: rgb(242,123,137); }
H1.HeaderClassName
{
color: #F27B89;
}
.AnyTagClassName
{
color: #F27B89;
}
</style>
background-color css
<style>
a { background-color: #F27B89; }
a { background-color: rgb(242,123,137); }
div.DivClassName
{
background-color: #F27B89;
}
.BgClassName
{
background-color: #F27B89;
}
</style>
border-color css
<style>
span { border-color: #F27B89; }
span { border-color: rgb(242,123,137); }
td.TdClassName
{
border-color: #F27B89;
}
.TagClassName
{
border-color: #F27B89;
}
</style>