Shades of Froly #FD7B7D
Tints of Froly #FD7B7D
RGB
CMYK
RGB Variations
Color information
#FD7B7D (or 0xFD7B7D) is known color: Froly. HEX triplet: FD, 7B and 7D. RGB value is (253,123,125). Sum of RGB (Red+Green+Blue) = 253+123+125=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7B7D is #028482. Grayscale: #A2A2A2. Windows color (decimal): -164995 or 8223741. OLE color: 8223741.
HSL color Cylindrical-coordinate representation of color #FD7B7D: hue angle of 359.08º 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 #FD7B7D is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 125 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.01 |
| HSL | 359.08º | 0.97% | 0.74% | - |
| HSV(B) | 359.08º | 0.51% | 0.99% | - |
| XYZ | 51.29 | 36.53 | 23.75 | - |
| YUV | 162.1 | 107.07 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 125 | 0 | 0.51 | 0.51 | 0.01 | 359.08 | 0.97 | 0.74 |
| Hex | FD | 7B | 7D | 0 | 33 | 33 | 1 | 167 | 61 | 4A |
| Octal | 375 | 173 | 175 | 0 | 63 | 63 | 1 | 547 | 141 | 112 |
| Binary | 11111101 | 1111011 | 1111101 | 0 | 110011 | 110011 | 1 | 101100111 | 1100001 | 1001010 |
Color Harmonies of #FD7B7D
Complementary color
Monochromatic Colors of #FD7B7D
Black with #FD7B7D
Text Example
Text Example
White with #FD7B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B7D; }
p { color: rgb(253,123,125); }
H1.HeaderClassName
{
color: #FD7B7D;
}
.AnyTagClassName
{
color: #FD7B7D;
}
</style>
background-color css
<style>
a { background-color: #FD7B7D; }
a { background-color: rgb(253,123,125); }
div.DivClassName
{
background-color: #FD7B7D;
}
.BgClassName
{
background-color: #FD7B7D;
}
</style>
border-color css
<style>
span { border-color: #FD7B7D; }
span { border-color: rgb(253,123,125); }
td.TdClassName
{
border-color: #FD7B7D;
}
.TagClassName
{
border-color: #FD7B7D;
}
</style>