Shades of Flamingo #F26753
Tints of Flamingo #F26753
RGB
CMYK
RGB Variations
Color information
#F26753 (or 0xF26753) is known color: Flamingo. HEX triplet: F2, 67 and 53. RGB value is (242,103,83). Sum of RGB (Red+Green+Blue) = 242+103+83=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 83 (32.81% from 255 or 19.39% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F26753 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26753 is #0D98AC. Grayscale: #8E8E8E. Windows color (decimal): -891053 or 5466098. OLE color: 5466098.
HSL color Cylindrical-coordinate representation of color #F26753: hue angle of 7.55º 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 #F26753 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 83 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.05 |
| HSL | 7.55º | 0.86% | 0.64% | - |
| HSV(B) | 7.55º | 0.66% | 0.95% | - |
| XYZ | 43.03 | 29.2 | 11.55 | - |
| YUV | 142.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 83 | 0 | 0.57 | 0.66 | 0.05 | 7.55 | 0.86 | 0.64 |
| Hex | F2 | 67 | 53 | 0 | 39 | 42 | 5 | 8 | 56 | 40 |
| Octal | 362 | 147 | 123 | 0 | 71 | 102 | 5 | 10 | 126 | 100 |
| Binary | 11110010 | 1100111 | 1010011 | 0 | 111001 | 1000010 | 101 | 1000 | 1010110 | 1000000 |
Color Harmonies of #F26753
Complementary color
Monochromatic Colors of #F26753
Black with #F26753
Text Example
Text Example
White with #F26753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26753; }
p { color: rgb(242,103,83); }
H1.HeaderClassName
{
color: #F26753;
}
.AnyTagClassName
{
color: #F26753;
}
</style>
background-color css
<style>
a { background-color: #F26753; }
a { background-color: rgb(242,103,83); }
div.DivClassName
{
background-color: #F26753;
}
.BgClassName
{
background-color: #F26753;
}
</style>
border-color css
<style>
span { border-color: #F26753; }
span { border-color: rgb(242,103,83); }
td.TdClassName
{
border-color: #F26753;
}
.TagClassName
{
border-color: #F26753;
}
</style>