Shades of Pink Flamingo #F051F3
Tints of Pink Flamingo #F051F3
RGB
CMYK
RGB Variations
Color information
#F051F3 (or 0xF051F3) is known color: Pink Flamingo. HEX triplet: F0, 51 and F3. RGB value is (240,81,243). Sum of RGB (Red+Green+Blue) = 240+81+243=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 81 (32.03% from 255 or 14.36% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #F051F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F051F3 is #0FAE0C. Grayscale: #929292. Windows color (decimal): -1027597 or 15946224. OLE color: 15946224.
HSL color Cylindrical-coordinate representation of color #F051F3: hue angle of 298.89º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F051F3 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 81 | 243 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.05 |
| HSL | 298.89º | 0.87% | 0.64% | - |
| HSV(B) | 298.89º | 0.67% | 0.95% | - |
| XYZ | 55.06 | 30.88 | 87.85 | - |
| YUV | 147.01 | 182.18 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 243 | 0.01 | 0.67 | 0 | 0.05 | 298.89 | 0.87 | 0.64 |
| Hex | F0 | 51 | F3 | 1 | 43 | 0 | 5 | 12B | 57 | 40 |
| Octal | 360 | 121 | 363 | 1 | 103 | 0 | 5 | 453 | 127 | 100 |
| Binary | 11110000 | 1010001 | 11110011 | 1 | 1000011 | 0 | 101 | 100101011 | 1010111 | 1000000 |
Color Harmonies of #F051F3
Complementary color
Monochromatic Colors of #F051F3
Black with #F051F3
Text Example
Text Example
White with #F051F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051F3; }
p { color: rgb(240,81,243); }
H1.HeaderClassName
{
color: #F051F3;
}
.AnyTagClassName
{
color: #F051F3;
}
</style>
background-color css
<style>
a { background-color: #F051F3; }
a { background-color: rgb(240,81,243); }
div.DivClassName
{
background-color: #F051F3;
}
.BgClassName
{
background-color: #F051F3;
}
</style>
border-color css
<style>
span { border-color: #F051F3; }
span { border-color: rgb(240,81,243); }
td.TdClassName
{
border-color: #F051F3;
}
.TagClassName
{
border-color: #F051F3;
}
</style>