Shades of Froly #FB787D
Tints of Froly #FB787D
RGB
CMYK
RGB Variations
Color information
#FB787D (or 0xFB787D) is known color: Froly. HEX triplet: FB, 78 and 7D. RGB value is (251,120,125). Sum of RGB (Red+Green+Blue) = 251+120+125=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB787D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB787D is #048782. Grayscale: #9F9F9F. Windows color (decimal): -296835 or 8222971. OLE color: 8222971.
HSL color Cylindrical-coordinate representation of color #FB787D: hue angle of 357.71º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB787D is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 125 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.02 |
| HSL | 357.71º | 0.94% | 0.73% | - |
| HSV(B) | 357.71º | 0.52% | 0.98% | - |
| XYZ | 50.2 | 35.42 | 23.59 | - |
| YUV | 159.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 125 | 0 | 0.52 | 0.50 | 0.02 | 357.71 | 0.94 | 0.73 |
| Hex | FB | 78 | 7D | 0 | 34 | 32 | 2 | 166 | 5E | 49 |
| Octal | 373 | 170 | 175 | 0 | 64 | 62 | 2 | 546 | 136 | 111 |
| Binary | 11111011 | 1111000 | 1111101 | 0 | 110100 | 110010 | 10 | 101100110 | 1011110 | 1001001 |
Color Harmonies of #FB787D
Complementary color
Monochromatic Colors of #FB787D
Black with #FB787D
Text Example
Text Example
White with #FB787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB787D; }
p { color: rgb(251,120,125); }
H1.HeaderClassName
{
color: #FB787D;
}
.AnyTagClassName
{
color: #FB787D;
}
</style>
background-color css
<style>
a { background-color: #FB787D; }
a { background-color: rgb(251,120,125); }
div.DivClassName
{
background-color: #FB787D;
}
.BgClassName
{
background-color: #FB787D;
}
</style>
border-color css
<style>
span { border-color: #FB787D; }
span { border-color: rgb(251,120,125); }
td.TdClassName
{
border-color: #FB787D;
}
.TagClassName
{
border-color: #FB787D;
}
</style>