Shades of Pink Flamingo #F046FD
Tints of Pink Flamingo #F046FD
RGB
CMYK
RGB Variations
Color information
#F046FD (or 0xF046FD) is known color: Pink Flamingo. HEX triplet: F0, 46 and FD. RGB value is (240,70,253). Sum of RGB (Red+Green+Blue) = 240+70+253=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 70 (27.73% from 255 or 12.43% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #F046FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F046FD is #0FB902. Grayscale: #8D8D8D. Windows color (decimal): -1030403 or 16598768. OLE color: 16598768.
HSL color Cylindrical-coordinate representation of color #F046FD: hue angle of 295.74º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F046FD is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 70 | 253 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.01 |
| HSL | 295.74º | 0.98% | 0.63% | - |
| HSV(B) | 295.74º | 0.72% | 0.99% | - |
| XYZ | 55.85 | 30 | 95.77 | - |
| YUV | 141.69 | 190.82 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 253 | 0.05 | 0.72 | 0 | 0.01 | 295.74 | 0.98 | 0.63 |
| Hex | F0 | 46 | FD | 5 | 48 | 0 | 1 | 128 | 62 | 3F |
| Octal | 360 | 106 | 375 | 5 | 110 | 0 | 1 | 450 | 142 | 77 |
| Binary | 11110000 | 1000110 | 11111101 | 101 | 1001000 | 0 | 1 | 100101000 | 1100010 | 111111 |
Color Harmonies of #F046FD
Complementary color
Monochromatic Colors of #F046FD
Black with #F046FD
Text Example
Text Example
White with #F046FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F046FD; }
p { color: rgb(240,70,253); }
H1.HeaderClassName
{
color: #F046FD;
}
.AnyTagClassName
{
color: #F046FD;
}
</style>
background-color css
<style>
a { background-color: #F046FD; }
a { background-color: rgb(240,70,253); }
div.DivClassName
{
background-color: #F046FD;
}
.BgClassName
{
background-color: #F046FD;
}
</style>
border-color css
<style>
span { border-color: #F046FD; }
span { border-color: rgb(240,70,253); }
td.TdClassName
{
border-color: #F046FD;
}
.TagClassName
{
border-color: #F046FD;
}
</style>