Shades of Carissma #F27F89
Tints of Carissma #F27F89
RGB
CMYK
RGB Variations
Color information
#F27F89 (or 0xF27F89) is known color: Carissma. HEX triplet: F2, 7F and 89. RGB value is (242,127,137). Sum of RGB (Red+Green+Blue) = 242+127+137=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27F89 is #0D8076. Grayscale: #A2A2A2. Windows color (decimal): -884855 or 9011186. OLE color: 9011186.
HSL color Cylindrical-coordinate representation of color #F27F89: hue angle of 354.78º 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 #F27F89 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 137 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.05 |
| HSL | 354.78º | 0.82% | 0.72% | - |
| HSV(B) | 354.78º | 0.48% | 0.95% | - |
| XYZ | 48.72 | 35.86 | 28.02 | - |
| YUV | 162.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 137 | 0 | 0.48 | 0.43 | 0.05 | 354.78 | 0.82 | 0.72 |
| Hex | F2 | 7F | 89 | 0 | 30 | 2B | 5 | 163 | 52 | 48 |
| Octal | 362 | 177 | 211 | 0 | 60 | 53 | 5 | 543 | 122 | 110 |
| Binary | 11110010 | 1111111 | 10001001 | 0 | 110000 | 101011 | 101 | 101100011 | 1010010 | 1001000 |
Color Harmonies of #F27F89
Complementary color
Monochromatic Colors of #F27F89
Black with #F27F89
Text Example
Text Example
White with #F27F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27F89; }
p { color: rgb(242,127,137); }
H1.HeaderClassName
{
color: #F27F89;
}
.AnyTagClassName
{
color: #F27F89;
}
</style>
background-color css
<style>
a { background-color: #F27F89; }
a { background-color: rgb(242,127,137); }
div.DivClassName
{
background-color: #F27F89;
}
.BgClassName
{
background-color: #F27F89;
}
</style>
border-color css
<style>
span { border-color: #F27F89; }
span { border-color: rgb(242,127,137); }
td.TdClassName
{
border-color: #F27F89;
}
.TagClassName
{
border-color: #F27F89;
}
</style>