Shades of Carissma #FB758F
Tints of Carissma #FB758F
RGB
CMYK
RGB Variations
Color information
#FB758F (or 0xFB758F) is known color: Carissma. HEX triplet: FB, 75 and 8F. RGB value is (251,117,143). Sum of RGB (Red+Green+Blue) = 251+117+143=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB758F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB758F is #048A70. Grayscale: #A0A0A0. Windows color (decimal): -297585 or 9401851. OLE color: 9401851.
HSL color Cylindrical-coordinate representation of color #FB758F: hue angle of 348.36º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB758F is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 143 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.02 |
| HSL | 348.36º | 0.94% | 0.72% | - |
| HSV(B) | 348.36º | 0.53% | 0.98% | - |
| XYZ | 51.1 | 35.21 | 30.09 | - |
| YUV | 160.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 143 | 0 | 0.53 | 0.43 | 0.02 | 348.36 | 0.94 | 0.72 |
| Hex | FB | 75 | 8F | 0 | 35 | 2B | 2 | 15C | 5E | 48 |
| Octal | 373 | 165 | 217 | 0 | 65 | 53 | 2 | 534 | 136 | 110 |
| Binary | 11111011 | 1110101 | 10001111 | 0 | 110101 | 101011 | 10 | 101011100 | 1011110 | 1001000 |
Color Harmonies of #FB758F
Complementary color
Monochromatic Colors of #FB758F
Black with #FB758F
Text Example
Text Example
White with #FB758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB758F; }
p { color: rgb(251,117,143); }
H1.HeaderClassName
{
color: #FB758F;
}
.AnyTagClassName
{
color: #FB758F;
}
</style>
background-color css
<style>
a { background-color: #FB758F; }
a { background-color: rgb(251,117,143); }
div.DivClassName
{
background-color: #FB758F;
}
.BgClassName
{
background-color: #FB758F;
}
</style>
border-color css
<style>
span { border-color: #FB758F; }
span { border-color: rgb(251,117,143); }
td.TdClassName
{
border-color: #FB758F;
}
.TagClassName
{
border-color: #FB758F;
}
</style>