Shades of Carissma #FB7F93
Tints of Carissma #FB7F93
RGB
CMYK
RGB Variations
Color information
#FB7F93 (or 0xFB7F93) is known color: Carissma. HEX triplet: FB, 7F and 93. RGB value is (251,127,147). Sum of RGB (Red+Green+Blue) = 251+127+147=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7F93 is #04806C. Grayscale: #A6A6A6. Windows color (decimal): -295021 or 9666555. OLE color: 9666555.
HSL color Cylindrical-coordinate representation of color #FB7F93: hue angle of 350.32º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB7F93 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 147 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.02 |
| HSL | 350.32º | 0.94% | 0.74% | - |
| HSV(B) | 350.32º | 0.49% | 0.98% | - |
| XYZ | 52.64 | 37.79 | 32.12 | - |
| YUV | 166.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 147 | 0 | 0.49 | 0.41 | 0.02 | 350.32 | 0.94 | 0.74 |
| Hex | FB | 7F | 93 | 0 | 31 | 29 | 2 | 15E | 5E | 4A |
| Octal | 373 | 177 | 223 | 0 | 61 | 51 | 2 | 536 | 136 | 112 |
| Binary | 11111011 | 1111111 | 10010011 | 0 | 110001 | 101001 | 10 | 101011110 | 1011110 | 1001010 |
Color Harmonies of #FB7F93
Complementary color
Monochromatic Colors of #FB7F93
Black with #FB7F93
Text Example
Text Example
White with #FB7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7F93; }
p { color: rgb(251,127,147); }
H1.HeaderClassName
{
color: #FB7F93;
}
.AnyTagClassName
{
color: #FB7F93;
}
</style>
background-color css
<style>
a { background-color: #FB7F93; }
a { background-color: rgb(251,127,147); }
div.DivClassName
{
background-color: #FB7F93;
}
.BgClassName
{
background-color: #FB7F93;
}
</style>
border-color css
<style>
span { border-color: #FB7F93; }
span { border-color: rgb(251,127,147); }
td.TdClassName
{
border-color: #FB7F93;
}
.TagClassName
{
border-color: #FB7F93;
}
</style>