Shades of Flamingo #F25A57
Tints of Flamingo #F25A57
RGB
CMYK
RGB Variations
Color information
#F25A57 (or 0xF25A57) is known color: Flamingo. HEX triplet: F2, 5A and 57. RGB value is (242,90,87). Sum of RGB (Red+Green+Blue) = 242+90+87=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25A57 is #0DA5A8. Grayscale: #878787. Windows color (decimal): -894377 or 5724914. OLE color: 5724914.
HSL color Cylindrical-coordinate representation of color #F25A57: hue angle of 1.16º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25A57 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 87 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.05 |
| HSL | 1.16º | 0.86% | 0.65% | - |
| HSV(B) | 1.16º | 0.64% | 0.95% | - |
| XYZ | 41.99 | 26.88 | 11.99 | - |
| YUV | 135.11 | 100.86 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 87 | 0 | 0.63 | 0.64 | 0.05 | 1.16 | 0.86 | 0.65 |
| Hex | F2 | 5A | 57 | 0 | 3F | 40 | 5 | 1 | 56 | 41 |
| Octal | 362 | 132 | 127 | 0 | 77 | 100 | 5 | 1 | 126 | 101 |
| Binary | 11110010 | 1011010 | 1010111 | 0 | 111111 | 1000000 | 101 | 1 | 1010110 | 1000001 |
Color Harmonies of #F25A57
Complementary color
Monochromatic Colors of #F25A57
Black with #F25A57
Text Example
Text Example
White with #F25A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25A57; }
p { color: rgb(242,90,87); }
H1.HeaderClassName
{
color: #F25A57;
}
.AnyTagClassName
{
color: #F25A57;
}
</style>
background-color css
<style>
a { background-color: #F25A57; }
a { background-color: rgb(242,90,87); }
div.DivClassName
{
background-color: #F25A57;
}
.BgClassName
{
background-color: #F25A57;
}
</style>
border-color css
<style>
span { border-color: #F25A57; }
span { border-color: rgb(242,90,87); }
td.TdClassName
{
border-color: #F25A57;
}
.TagClassName
{
border-color: #F25A57;
}
</style>