Shades of Flamingo #F26053
Tints of Flamingo #F26053
RGB
CMYK
RGB Variations
Color information
#F26053 (or 0xF26053) is known color: Flamingo. HEX triplet: F2, 60 and 53. RGB value is (242,96,83). Sum of RGB (Red+Green+Blue) = 242+96+83=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F26053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26053 is #0D9FAC. Grayscale: #8A8A8A. Windows color (decimal): -892845 or 5464306. OLE color: 5464306.
HSL color Cylindrical-coordinate representation of color #F26053: hue angle of 4.91º 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 #F26053 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 83 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.05 |
| HSL | 4.91º | 0.86% | 0.64% | - |
| HSV(B) | 4.91º | 0.66% | 0.95% | - |
| XYZ | 42.36 | 27.87 | 11.33 | - |
| YUV | 138.17 | 96.87 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 83 | 0 | 0.60 | 0.66 | 0.05 | 4.91 | 0.86 | 0.64 |
| Hex | F2 | 60 | 53 | 0 | 3C | 42 | 5 | 5 | 56 | 40 |
| Octal | 362 | 140 | 123 | 0 | 74 | 102 | 5 | 5 | 126 | 100 |
| Binary | 11110010 | 1100000 | 1010011 | 0 | 111100 | 1000010 | 101 | 101 | 1010110 | 1000000 |
Color Harmonies of #F26053
Complementary color
Monochromatic Colors of #F26053
Black with #F26053
Text Example
Text Example
White with #F26053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26053; }
p { color: rgb(242,96,83); }
H1.HeaderClassName
{
color: #F26053;
}
.AnyTagClassName
{
color: #F26053;
}
</style>
background-color css
<style>
a { background-color: #F26053; }
a { background-color: rgb(242,96,83); }
div.DivClassName
{
background-color: #F26053;
}
.BgClassName
{
background-color: #F26053;
}
</style>
border-color css
<style>
span { border-color: #F26053; }
span { border-color: rgb(242,96,83); }
td.TdClassName
{
border-color: #F26053;
}
.TagClassName
{
border-color: #F26053;
}
</style>