Shades of Carissma #F27A8B
Tints of Carissma #F27A8B
RGB
CMYK
RGB Variations
Color information
#F27A8B (or 0xF27A8B) is known color: Carissma. HEX triplet: F2, 7A and 8B. RGB value is (242,122,139). Sum of RGB (Red+Green+Blue) = 242+122+139=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27A8B is #0D8574. Grayscale: #9F9F9F. Windows color (decimal): -886133 or 9140978. OLE color: 9140978.
HSL color Cylindrical-coordinate representation of color #F27A8B: hue angle of 351.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27A8B is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 139 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.05 |
| HSL | 351.5º | 0.82% | 0.71% | - |
| HSV(B) | 351.5º | 0.5% | 0.95% | - |
| XYZ | 48.24 | 34.66 | 28.57 | - |
| YUV | 159.82 | 116.26 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 139 | 0 | 0.50 | 0.43 | 0.05 | 351.5 | 0.82 | 0.71 |
| Hex | F2 | 7A | 8B | 0 | 32 | 2B | 5 | 160 | 52 | 47 |
| Octal | 362 | 172 | 213 | 0 | 62 | 53 | 5 | 540 | 122 | 107 |
| Binary | 11110010 | 1111010 | 10001011 | 0 | 110010 | 101011 | 101 | 101100000 | 1010010 | 1000111 |
Color Harmonies of #F27A8B
Complementary color
Monochromatic Colors of #F27A8B
Black with #F27A8B
Text Example
Text Example
White with #F27A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A8B; }
p { color: rgb(242,122,139); }
H1.HeaderClassName
{
color: #F27A8B;
}
.AnyTagClassName
{
color: #F27A8B;
}
</style>
background-color css
<style>
a { background-color: #F27A8B; }
a { background-color: rgb(242,122,139); }
div.DivClassName
{
background-color: #F27A8B;
}
.BgClassName
{
background-color: #F27A8B;
}
</style>
border-color css
<style>
span { border-color: #F27A8B; }
span { border-color: rgb(242,122,139); }
td.TdClassName
{
border-color: #F27A8B;
}
.TagClassName
{
border-color: #F27A8B;
}
</style>