Shades of Carissma #F07B8F
Tints of Carissma #F07B8F
RGB
CMYK
RGB Variations
Color information
#F07B8F (or 0xF07B8F) is known color: Carissma. HEX triplet: F0, 7B and 8F. RGB value is (240,123,143). Sum of RGB (Red+Green+Blue) = 240+123+143=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07B8F is #0F8470. Grayscale: #A0A0A0. Windows color (decimal): -1016945 or 9403376. OLE color: 9403376.
HSL color Cylindrical-coordinate representation of color #F07B8F: hue angle of 349.74º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07B8F is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 143 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.06 |
| HSL | 349.74º | 0.8% | 0.71% | - |
| HSV(B) | 349.74º | 0.49% | 0.94% | - |
| XYZ | 47.98 | 34.67 | 30.15 | - |
| YUV | 160.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 143 | 0 | 0.49 | 0.40 | 0.06 | 349.74 | 0.8 | 0.71 |
| Hex | F0 | 7B | 8F | 0 | 31 | 28 | 6 | 15E | 50 | 47 |
| Octal | 360 | 173 | 217 | 0 | 61 | 50 | 6 | 536 | 120 | 107 |
| Binary | 11110000 | 1111011 | 10001111 | 0 | 110001 | 101000 | 110 | 101011110 | 1010000 | 1000111 |
Color Harmonies of #F07B8F
Complementary color
Monochromatic Colors of #F07B8F
Black with #F07B8F
Text Example
Text Example
White with #F07B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07B8F; }
p { color: rgb(240,123,143); }
H1.HeaderClassName
{
color: #F07B8F;
}
.AnyTagClassName
{
color: #F07B8F;
}
</style>
background-color css
<style>
a { background-color: #F07B8F; }
a { background-color: rgb(240,123,143); }
div.DivClassName
{
background-color: #F07B8F;
}
.BgClassName
{
background-color: #F07B8F;
}
</style>
border-color css
<style>
span { border-color: #F07B8F; }
span { border-color: rgb(240,123,143); }
td.TdClassName
{
border-color: #F07B8F;
}
.TagClassName
{
border-color: #F07B8F;
}
</style>