Shades of Froly #FD7B7E
Tints of Froly #FD7B7E
RGB
CMYK
RGB Variations
Color information
#FD7B7E (or 0xFD7B7E) is known color: Froly. HEX triplet: FD, 7B and 7E. RGB value is (253,123,126). Sum of RGB (Red+Green+Blue) = 253+123+126=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7B7E is #028481. Grayscale: #A2A2A2. Windows color (decimal): -164994 or 8289277. OLE color: 8289277.
HSL color Cylindrical-coordinate representation of color #FD7B7E: hue angle of 358.62º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7B7E is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 126 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.01 |
| HSL | 358.62º | 0.97% | 0.74% | - |
| HSV(B) | 358.62º | 0.51% | 0.99% | - |
| XYZ | 51.36 | 36.55 | 24.09 | - |
| YUV | 162.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 126 | 0 | 0.51 | 0.50 | 0.01 | 358.62 | 0.97 | 0.74 |
| Hex | FD | 7B | 7E | 0 | 33 | 32 | 1 | 167 | 61 | 4A |
| Octal | 375 | 173 | 176 | 0 | 63 | 62 | 1 | 547 | 141 | 112 |
| Binary | 11111101 | 1111011 | 1111110 | 0 | 110011 | 110010 | 1 | 101100111 | 1100001 | 1001010 |
Color Harmonies of #FD7B7E
Complementary color
Monochromatic Colors of #FD7B7E
Black with #FD7B7E
Text Example
Text Example
White with #FD7B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B7E; }
p { color: rgb(253,123,126); }
H1.HeaderClassName
{
color: #FD7B7E;
}
.AnyTagClassName
{
color: #FD7B7E;
}
</style>
background-color css
<style>
a { background-color: #FD7B7E; }
a { background-color: rgb(253,123,126); }
div.DivClassName
{
background-color: #FD7B7E;
}
.BgClassName
{
background-color: #FD7B7E;
}
</style>
border-color css
<style>
span { border-color: #FD7B7E; }
span { border-color: rgb(253,123,126); }
td.TdClassName
{
border-color: #FD7B7E;
}
.TagClassName
{
border-color: #FD7B7E;
}
</style>