Shades of Carissma #F27F8C
Tints of Carissma #F27F8C
RGB
CMYK
RGB Variations
Color information
#F27F8C (or 0xF27F8C) is known color: Carissma. HEX triplet: F2, 7F and 8C. RGB value is (242,127,140). Sum of RGB (Red+Green+Blue) = 242+127+140=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27F8C is #0D8073. Grayscale: #A2A2A2. Windows color (decimal): -884852 or 9207794. OLE color: 9207794.
HSL color Cylindrical-coordinate representation of color #F27F8C: hue angle of 353.22º 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 #F27F8C is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 140 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.05 |
| HSL | 353.22º | 0.82% | 0.72% | - |
| HSV(B) | 353.22º | 0.48% | 0.95% | - |
| XYZ | 48.94 | 35.95 | 29.17 | - |
| YUV | 162.87 | 115.1 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 140 | 0 | 0.48 | 0.42 | 0.05 | 353.22 | 0.82 | 0.72 |
| Hex | F2 | 7F | 8C | 0 | 30 | 2A | 5 | 161 | 52 | 48 |
| Octal | 362 | 177 | 214 | 0 | 60 | 52 | 5 | 541 | 122 | 110 |
| Binary | 11110010 | 1111111 | 10001100 | 0 | 110000 | 101010 | 101 | 101100001 | 1010010 | 1001000 |
Color Harmonies of #F27F8C
Complementary color
Monochromatic Colors of #F27F8C
Black with #F27F8C
Text Example
Text Example
White with #F27F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27F8C; }
p { color: rgb(242,127,140); }
H1.HeaderClassName
{
color: #F27F8C;
}
.AnyTagClassName
{
color: #F27F8C;
}
</style>
background-color css
<style>
a { background-color: #F27F8C; }
a { background-color: rgb(242,127,140); }
div.DivClassName
{
background-color: #F27F8C;
}
.BgClassName
{
background-color: #F27F8C;
}
</style>
border-color css
<style>
span { border-color: #F27F8C; }
span { border-color: rgb(242,127,140); }
td.TdClassName
{
border-color: #F27F8C;
}
.TagClassName
{
border-color: #F27F8C;
}
</style>