Shades of Froly #FF7B7D
Tints of Froly #FF7B7D
RGB
CMYK
RGB Variations
Color information
#FF7B7D (or 0xFF7B7D) is known color: Froly. HEX triplet: FF, 7B and 7D. RGB value is (255,123,125). Sum of RGB (Red+Green+Blue) = 255+123+125=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B7D is #008482. Grayscale: #A2A2A2. Windows color (decimal): -33923 or 8223743. OLE color: 8223743.
HSL color Cylindrical-coordinate representation of color #FF7B7D: hue angle of 359.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7B7D is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 125 | - |
| CMYK | 0 | 0.52 | 0.51 | 0 |
| HSL | 359.09º | 1% | 0.74% | - |
| HSV(B) | 359.09º | 0.52% | 1% | - |
| XYZ | 52.02 | 36.91 | 23.78 | - |
| YUV | 162.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 125 | 0 | 0.52 | 0.51 | 0 | 359.09 | 1 | 0.74 |
| Hex | FF | 7B | 7D | 0 | 34 | 33 | 0 | 167 | 64 | 4A |
| Octal | 377 | 173 | 175 | 0 | 64 | 63 | 0 | 547 | 144 | 112 |
| Binary | 11111111 | 1111011 | 1111101 | 0 | 110100 | 110011 | 0 | 101100111 | 1100100 | 1001010 |
Color Harmonies of #FF7B7D
Complementary color
Monochromatic Colors of #FF7B7D
Black with #FF7B7D
Text Example
Text Example
White with #FF7B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B7D; }
p { color: rgb(255,123,125); }
H1.HeaderClassName
{
color: #FF7B7D;
}
.AnyTagClassName
{
color: #FF7B7D;
}
</style>
background-color css
<style>
a { background-color: #FF7B7D; }
a { background-color: rgb(255,123,125); }
div.DivClassName
{
background-color: #FF7B7D;
}
.BgClassName
{
background-color: #FF7B7D;
}
</style>
border-color css
<style>
span { border-color: #FF7B7D; }
span { border-color: rgb(255,123,125); }
td.TdClassName
{
border-color: #FF7B7D;
}
.TagClassName
{
border-color: #FF7B7D;
}
</style>