Shades of Carissma #FB748F
Tints of Carissma #FB748F
RGB
CMYK
RGB Variations
Color information
#FB748F (or 0xFB748F) is known color: Carissma. HEX triplet: FB, 74 and 8F. RGB value is (251,116,143). Sum of RGB (Red+Green+Blue) = 251+116+143=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB748F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB748F is #048B70. Grayscale: #9F9F9F. Windows color (decimal): -297841 or 9401595. OLE color: 9401595.
HSL color Cylindrical-coordinate representation of color #FB748F: hue angle of 348º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB748F is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 143 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.02 |
| HSL | 348º | 0.94% | 0.72% | - |
| HSV(B) | 348º | 0.54% | 0.98% | - |
| XYZ | 50.99 | 34.98 | 30.05 | - |
| YUV | 159.44 | 118.73 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 143 | 0 | 0.54 | 0.43 | 0.02 | 348 | 0.94 | 0.72 |
| Hex | FB | 74 | 8F | 0 | 36 | 2B | 2 | 15C | 5E | 48 |
| Octal | 373 | 164 | 217 | 0 | 66 | 53 | 2 | 534 | 136 | 110 |
| Binary | 11111011 | 1110100 | 10001111 | 0 | 110110 | 101011 | 10 | 101011100 | 1011110 | 1001000 |
Color Harmonies of #FB748F
Complementary color
Monochromatic Colors of #FB748F
Black with #FB748F
Text Example
Text Example
White with #FB748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB748F; }
p { color: rgb(251,116,143); }
H1.HeaderClassName
{
color: #FB748F;
}
.AnyTagClassName
{
color: #FB748F;
}
</style>
background-color css
<style>
a { background-color: #FB748F; }
a { background-color: rgb(251,116,143); }
div.DivClassName
{
background-color: #FB748F;
}
.BgClassName
{
background-color: #FB748F;
}
</style>
border-color css
<style>
span { border-color: #FB748F; }
span { border-color: rgb(251,116,143); }
td.TdClassName
{
border-color: #FB748F;
}
.TagClassName
{
border-color: #FB748F;
}
</style>