Shades of Pink Flamingo #F051FD
Tints of Pink Flamingo #F051FD
RGB
CMYK
RGB Variations
Color information
#F051FD (or 0xF051FD) is known color: Pink Flamingo. HEX triplet: F0, 51 and FD. RGB value is (240,81,253). Sum of RGB (Red+Green+Blue) = 240+81+253=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 81 (32.03% from 255 or 14.11% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #F051FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F051FD is #0FAE02. Grayscale: #939393. Windows color (decimal): -1027587 or 16601584. OLE color: 16601584.
HSL color Cylindrical-coordinate representation of color #F051FD: hue angle of 295.47º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F051FD is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 81 | 253 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.01 |
| HSL | 295.47º | 0.98% | 0.65% | - |
| HSV(B) | 295.47º | 0.68% | 0.99% | - |
| XYZ | 56.61 | 31.5 | 96.03 | - |
| YUV | 148.15 | 187.18 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 253 | 0.05 | 0.68 | 0 | 0.01 | 295.47 | 0.98 | 0.65 |
| Hex | F0 | 51 | FD | 5 | 44 | 0 | 1 | 127 | 62 | 41 |
| Octal | 360 | 121 | 375 | 5 | 104 | 0 | 1 | 447 | 142 | 101 |
| Binary | 11110000 | 1010001 | 11111101 | 101 | 1000100 | 0 | 1 | 100100111 | 1100010 | 1000001 |
Color Harmonies of #F051FD
Complementary color
Monochromatic Colors of #F051FD
Black with #F051FD
Text Example
Text Example
White with #F051FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051FD; }
p { color: rgb(240,81,253); }
H1.HeaderClassName
{
color: #F051FD;
}
.AnyTagClassName
{
color: #F051FD;
}
</style>
background-color css
<style>
a { background-color: #F051FD; }
a { background-color: rgb(240,81,253); }
div.DivClassName
{
background-color: #F051FD;
}
.BgClassName
{
background-color: #F051FD;
}
</style>
border-color css
<style>
span { border-color: #F051FD; }
span { border-color: rgb(240,81,253); }
td.TdClassName
{
border-color: #F051FD;
}
.TagClassName
{
border-color: #F051FD;
}
</style>