Shades of Flamingo #F06453
Tints of Flamingo #F06453
RGB
CMYK
RGB Variations
Color information
#F06453 (or 0xF06453) is known color: Flamingo. HEX triplet: F0, 64 and 53. RGB value is (240,100,83). Sum of RGB (Red+Green+Blue) = 240+100+83=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F06453 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06453 is #0F9BAC. Grayscale: #8C8C8C. Windows color (decimal): -1022893 or 5465328. OLE color: 5465328.
HSL color Cylindrical-coordinate representation of color #F06453: hue angle of 6.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F06453 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 83 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.06 |
| HSL | 6.5º | 0.84% | 0.63% | - |
| HSV(B) | 6.5º | 0.65% | 0.94% | - |
| XYZ | 42.05 | 28.26 | 11.42 | - |
| YUV | 139.92 | 95.88 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 83 | 0 | 0.58 | 0.65 | 0.06 | 6.5 | 0.84 | 0.63 |
| Hex | F0 | 64 | 53 | 0 | 3A | 41 | 6 | 6 | 54 | 3F |
| Octal | 360 | 144 | 123 | 0 | 72 | 101 | 6 | 6 | 124 | 77 |
| Binary | 11110000 | 1100100 | 1010011 | 0 | 111010 | 1000001 | 110 | 110 | 1010100 | 111111 |
Color Harmonies of #F06453
Complementary color
Monochromatic Colors of #F06453
Black with #F06453
Text Example
Text Example
White with #F06453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06453; }
p { color: rgb(240,100,83); }
H1.HeaderClassName
{
color: #F06453;
}
.AnyTagClassName
{
color: #F06453;
}
</style>
background-color css
<style>
a { background-color: #F06453; }
a { background-color: rgb(240,100,83); }
div.DivClassName
{
background-color: #F06453;
}
.BgClassName
{
background-color: #F06453;
}
</style>
border-color css
<style>
span { border-color: #F06453; }
span { border-color: rgb(240,100,83); }
td.TdClassName
{
border-color: #F06453;
}
.TagClassName
{
border-color: #F06453;
}
</style>