Shades of Flamingo #F25653
Tints of Flamingo #F25653
RGB
CMYK
RGB Variations
Color information
#F25653 (or 0xF25653) is known color: Flamingo. HEX triplet: F2, 56 and 53. RGB value is (242,86,83). Sum of RGB (Red+Green+Blue) = 242+86+83=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F25653 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25653 is #0DA9AC. Grayscale: #848484. Windows color (decimal): -895405 or 5461746. OLE color: 5461746.
HSL color Cylindrical-coordinate representation of color #F25653: hue angle of 1.13º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F25653 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 83 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.05 |
| HSL | 1.13º | 0.86% | 0.64% | - |
| HSV(B) | 1.13º | 0.66% | 0.95% | - |
| XYZ | 41.51 | 26.16 | 11.04 | - |
| YUV | 132.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 83 | 0 | 0.64 | 0.66 | 0.05 | 1.13 | 0.86 | 0.64 |
| Hex | F2 | 56 | 53 | 0 | 40 | 42 | 5 | 1 | 56 | 40 |
| Octal | 362 | 126 | 123 | 0 | 100 | 102 | 5 | 1 | 126 | 100 |
| Binary | 11110010 | 1010110 | 1010011 | 0 | 1000000 | 1000010 | 101 | 1 | 1010110 | 1000000 |
Color Harmonies of #F25653
Complementary color
Monochromatic Colors of #F25653
Black with #F25653
Text Example
Text Example
White with #F25653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25653; }
p { color: rgb(242,86,83); }
H1.HeaderClassName
{
color: #F25653;
}
.AnyTagClassName
{
color: #F25653;
}
</style>
background-color css
<style>
a { background-color: #F25653; }
a { background-color: rgb(242,86,83); }
div.DivClassName
{
background-color: #F25653;
}
.BgClassName
{
background-color: #F25653;
}
</style>
border-color css
<style>
span { border-color: #F25653; }
span { border-color: rgb(242,86,83); }
td.TdClassName
{
border-color: #F25653;
}
.TagClassName
{
border-color: #F25653;
}
</style>