Shades of Carissma #FB7C85
Tints of Carissma #FB7C85
RGB
CMYK
RGB Variations
Color information
#FB7C85 (or 0xFB7C85) is known color: Carissma. HEX triplet: FB, 7C and 85. RGB value is (251,124,133). Sum of RGB (Red+Green+Blue) = 251+124+133=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7C85 is #04837A. Grayscale: #A3A3A3. Windows color (decimal): -295803 or 8748283. OLE color: 8748283.
HSL color Cylindrical-coordinate representation of color #FB7C85: hue angle of 355.75º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7C85 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 133 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.02 |
| HSL | 355.75º | 0.94% | 0.74% | - |
| HSV(B) | 355.75º | 0.51% | 0.98% | - |
| XYZ | 51.22 | 36.62 | 26.56 | - |
| YUV | 163 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 133 | 0 | 0.51 | 0.47 | 0.02 | 355.75 | 0.94 | 0.74 |
| Hex | FB | 7C | 85 | 0 | 33 | 2F | 2 | 164 | 5E | 4A |
| Octal | 373 | 174 | 205 | 0 | 63 | 57 | 2 | 544 | 136 | 112 |
| Binary | 11111011 | 1111100 | 10000101 | 0 | 110011 | 101111 | 10 | 101100100 | 1011110 | 1001010 |
Color Harmonies of #FB7C85
Complementary color
Monochromatic Colors of #FB7C85
Black with #FB7C85
Text Example
Text Example
White with #FB7C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C85; }
p { color: rgb(251,124,133); }
H1.HeaderClassName
{
color: #FB7C85;
}
.AnyTagClassName
{
color: #FB7C85;
}
</style>
background-color css
<style>
a { background-color: #FB7C85; }
a { background-color: rgb(251,124,133); }
div.DivClassName
{
background-color: #FB7C85;
}
.BgClassName
{
background-color: #FB7C85;
}
</style>
border-color css
<style>
span { border-color: #FB7C85; }
span { border-color: rgb(251,124,133); }
td.TdClassName
{
border-color: #FB7C85;
}
.TagClassName
{
border-color: #FB7C85;
}
</style>