Shades of Flamingo #F25D56
Tints of Flamingo #F25D56
RGB
CMYK
RGB Variations
Color information
#F25D56 (or 0xF25D56) is known color: Flamingo. HEX triplet: F2, 5D and 56. RGB value is (242,93,86). Sum of RGB (Red+Green+Blue) = 242+93+86=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25D56 is #0DA2A9. Grayscale: #888888. Windows color (decimal): -893610 or 5660146. OLE color: 5660146.
HSL color Cylindrical-coordinate representation of color #F25D56: hue angle of 2.69º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25D56 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 86 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.05 |
| HSL | 2.69º | 0.86% | 0.64% | - |
| HSV(B) | 2.69º | 0.64% | 0.95% | - |
| XYZ | 42.21 | 27.38 | 11.86 | - |
| YUV | 136.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 86 | 0 | 0.62 | 0.64 | 0.05 | 2.69 | 0.86 | 0.64 |
| Hex | F2 | 5D | 56 | 0 | 3E | 40 | 5 | 3 | 56 | 40 |
| Octal | 362 | 135 | 126 | 0 | 76 | 100 | 5 | 3 | 126 | 100 |
| Binary | 11110010 | 1011101 | 1010110 | 0 | 111110 | 1000000 | 101 | 11 | 1010110 | 1000000 |
Color Harmonies of #F25D56
Complementary color
Monochromatic Colors of #F25D56
Black with #F25D56
Text Example
Text Example
White with #F25D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D56; }
p { color: rgb(242,93,86); }
H1.HeaderClassName
{
color: #F25D56;
}
.AnyTagClassName
{
color: #F25D56;
}
</style>
background-color css
<style>
a { background-color: #F25D56; }
a { background-color: rgb(242,93,86); }
div.DivClassName
{
background-color: #F25D56;
}
.BgClassName
{
background-color: #F25D56;
}
</style>
border-color css
<style>
span { border-color: #F25D56; }
span { border-color: rgb(242,93,86); }
td.TdClassName
{
border-color: #F25D56;
}
.TagClassName
{
border-color: #F25D56;
}
</style>