Shades of Carissma #F27F8F
Tints of Carissma #F27F8F
RGB
CMYK
RGB Variations
Color information
#F27F8F (or 0xF27F8F) is known color: Carissma. HEX triplet: F2, 7F and 8F. RGB value is (242,127,143). Sum of RGB (Red+Green+Blue) = 242+127+143=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27F8F is #0D8070. Grayscale: #A3A3A3. Windows color (decimal): -884849 or 9404402. OLE color: 9404402.
HSL color Cylindrical-coordinate representation of color #F27F8F: hue angle of 351.65º 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 #F27F8F is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 143 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.05 |
| HSL | 351.65º | 0.82% | 0.72% | - |
| HSV(B) | 351.65º | 0.48% | 0.95% | - |
| XYZ | 49.17 | 36.04 | 30.35 | - |
| YUV | 163.21 | 116.6 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 143 | 0 | 0.48 | 0.41 | 0.05 | 351.65 | 0.82 | 0.72 |
| Hex | F2 | 7F | 8F | 0 | 30 | 29 | 5 | 160 | 52 | 48 |
| Octal | 362 | 177 | 217 | 0 | 60 | 51 | 5 | 540 | 122 | 110 |
| Binary | 11110010 | 1111111 | 10001111 | 0 | 110000 | 101001 | 101 | 101100000 | 1010010 | 1001000 |
Color Harmonies of #F27F8F
Complementary color
Monochromatic Colors of #F27F8F
Black with #F27F8F
Text Example
Text Example
White with #F27F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27F8F; }
p { color: rgb(242,127,143); }
H1.HeaderClassName
{
color: #F27F8F;
}
.AnyTagClassName
{
color: #F27F8F;
}
</style>
background-color css
<style>
a { background-color: #F27F8F; }
a { background-color: rgb(242,127,143); }
div.DivClassName
{
background-color: #F27F8F;
}
.BgClassName
{
background-color: #F27F8F;
}
</style>
border-color css
<style>
span { border-color: #F27F8F; }
span { border-color: rgb(242,127,143); }
td.TdClassName
{
border-color: #F27F8F;
}
.TagClassName
{
border-color: #F27F8F;
}
</style>