Shades of Carissma #FB7D8F
Tints of Carissma #FB7D8F
RGB
CMYK
RGB Variations
Color information
#FB7D8F (or 0xFB7D8F) is known color: Carissma. HEX triplet: FB, 7D and 8F. RGB value is (251,125,143). Sum of RGB (Red+Green+Blue) = 251+125+143=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7D8F is #048270. Grayscale: #A4A4A4. Windows color (decimal): -295537 or 9403899. OLE color: 9403899.
HSL color Cylindrical-coordinate representation of color #FB7D8F: hue angle of 351.43º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7D8F is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 143 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.02 |
| HSL | 351.43º | 0.94% | 0.74% | - |
| HSV(B) | 351.43º | 0.5% | 0.98% | - |
| XYZ | 52.08 | 37.16 | 30.41 | - |
| YUV | 164.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 143 | 0 | 0.50 | 0.43 | 0.02 | 351.43 | 0.94 | 0.74 |
| Hex | FB | 7D | 8F | 0 | 32 | 2B | 2 | 15F | 5E | 4A |
| Octal | 373 | 175 | 217 | 0 | 62 | 53 | 2 | 537 | 136 | 112 |
| Binary | 11111011 | 1111101 | 10001111 | 0 | 110010 | 101011 | 10 | 101011111 | 1011110 | 1001010 |
Color Harmonies of #FB7D8F
Complementary color
Monochromatic Colors of #FB7D8F
Black with #FB7D8F
Text Example
Text Example
White with #FB7D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D8F; }
p { color: rgb(251,125,143); }
H1.HeaderClassName
{
color: #FB7D8F;
}
.AnyTagClassName
{
color: #FB7D8F;
}
</style>
background-color css
<style>
a { background-color: #FB7D8F; }
a { background-color: rgb(251,125,143); }
div.DivClassName
{
background-color: #FB7D8F;
}
.BgClassName
{
background-color: #FB7D8F;
}
</style>
border-color css
<style>
span { border-color: #FB7D8F; }
span { border-color: rgb(251,125,143); }
td.TdClassName
{
border-color: #FB7D8F;
}
.TagClassName
{
border-color: #FB7D8F;
}
</style>