Shades of Sweet Pink #FB9191
Tints of Sweet Pink #FB9191
RGB
CMYK
RGB Variations
Color information
#FB9191 (or 0xFB9191) is known color: Sweet Pink. HEX triplet: FB, 91 and 91. RGB value is (251,145,145). Sum of RGB (Red+Green+Blue) = 251+145+145=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9191 is #046E6E. Grayscale: #B0B0B0. Windows color (decimal): -290415 or 9540091. OLE color: 9540091.
HSL color Cylindrical-coordinate representation of color #FB9191: hue angle of 0º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB9191 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 145 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.02 |
| HSL | 0º | 0.93% | 0.78% | - |
| HSV(B) | 0º | 0.42% | 0.98% | - |
| XYZ | 55.02 | 42.8 | 32.15 | - |
| YUV | 176.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 145 | 0 | 0.42 | 0.42 | 0.02 | 0 | 0.93 | 0.78 |
| Hex | FB | 91 | 91 | 0 | 2A | 2A | 2 | 0 | 5D | 4E |
| Octal | 373 | 221 | 221 | 0 | 52 | 52 | 2 | 0 | 135 | 116 |
| Binary | 11111011 | 10010001 | 10010001 | 0 | 101010 | 101010 | 10 | 0 | 1011101 | 1001110 |
Color Harmonies of #FB9191
Complementary color
Monochromatic Colors of #FB9191
Black with #FB9191
Text Example
Text Example
White with #FB9191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9191; }
p { color: rgb(251,145,145); }
H1.HeaderClassName
{
color: #FB9191;
}
.AnyTagClassName
{
color: #FB9191;
}
</style>
background-color css
<style>
a { background-color: #FB9191; }
a { background-color: rgb(251,145,145); }
div.DivClassName
{
background-color: #FB9191;
}
.BgClassName
{
background-color: #FB9191;
}
</style>
border-color css
<style>
span { border-color: #FB9191; }
span { border-color: rgb(251,145,145); }
td.TdClassName
{
border-color: #FB9191;
}
.TagClassName
{
border-color: #FB9191;
}
</style>