Shades of Pink Flamingo #F04FFE
Tints of Pink Flamingo #F04FFE
RGB
CMYK
RGB Variations
Color information
#F04FFE (or 0xF04FFE) is known color: Pink Flamingo. HEX triplet: F0, 4F and FE. RGB value is (240,79,254). Sum of RGB (Red+Green+Blue) = 240+79+254=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 79 (31.25% from 255 or 13.79% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #F04FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04FFE is #0FB001. Grayscale: #929292. Windows color (decimal): -1028098 or 16666608. OLE color: 16666608.
HSL color Cylindrical-coordinate representation of color #F04FFE: hue angle of 295.2º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04FFE is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 79 | 254 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.00 |
| HSL | 295.2º | 0.99% | 0.65% | - |
| HSV(B) | 295.2º | 0.69% | 1% | - |
| XYZ | 56.62 | 31.27 | 96.82 | - |
| YUV | 147.09 | 188.34 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 254 | 0.06 | 0.69 | 0 | 0.00 | 295.2 | 0.99 | 0.65 |
| Hex | F0 | 4F | FE | 6 | 45 | 0 | 0 | 127 | 63 | 41 |
| Octal | 360 | 117 | 376 | 6 | 105 | 0 | 0 | 447 | 143 | 101 |
| Binary | 11110000 | 1001111 | 11111110 | 110 | 1000101 | 0 | 0 | 100100111 | 1100011 | 1000001 |
Color Harmonies of #F04FFE
Complementary color
Monochromatic Colors of #F04FFE
Black with #F04FFE
Text Example
Text Example
White with #F04FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FFE; }
p { color: rgb(240,79,254); }
H1.HeaderClassName
{
color: #F04FFE;
}
.AnyTagClassName
{
color: #F04FFE;
}
</style>
background-color css
<style>
a { background-color: #F04FFE; }
a { background-color: rgb(240,79,254); }
div.DivClassName
{
background-color: #F04FFE;
}
.BgClassName
{
background-color: #F04FFE;
}
</style>
border-color css
<style>
span { border-color: #F04FFE; }
span { border-color: rgb(240,79,254); }
td.TdClassName
{
border-color: #F04FFE;
}
.TagClassName
{
border-color: #F04FFE;
}
</style>