Shades of Pink Flamingo #F54FFE
Tints of Pink Flamingo #F54FFE
RGB
CMYK
RGB Variations
Color information
#F54FFE (or 0xF54FFE) is known color: Pink Flamingo. HEX triplet: F5, 4F and FE. RGB value is (245,79,254). Sum of RGB (Red+Green+Blue) = 245+79+254=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 79 (31.25% from 255 or 13.67% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #F54FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54FFE is #0AB001. Grayscale: #949494. Windows color (decimal): -700418 or 16666613. OLE color: 16666613.
HSL color Cylindrical-coordinate representation of color #F54FFE: hue angle of 296.91º 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 #F54FFE is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 79 | 254 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.00 |
| HSL | 296.91º | 0.99% | 0.65% | - |
| HSV(B) | 296.91º | 0.69% | 1% | - |
| XYZ | 58.34 | 32.16 | 96.9 | - |
| YUV | 148.58 | 187.5 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 79 | 254 | 0.04 | 0.69 | 0 | 0.00 | 296.91 | 0.99 | 0.65 |
| Hex | F5 | 4F | FE | 4 | 45 | 0 | 0 | 129 | 63 | 41 |
| Octal | 365 | 117 | 376 | 4 | 105 | 0 | 0 | 451 | 143 | 101 |
| Binary | 11110101 | 1001111 | 11111110 | 100 | 1000101 | 0 | 0 | 100101001 | 1100011 | 1000001 |
Color Harmonies of #F54FFE
Complementary color
Monochromatic Colors of #F54FFE
Black with #F54FFE
Text Example
Text Example
White with #F54FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54FFE; }
p { color: rgb(245,79,254); }
H1.HeaderClassName
{
color: #F54FFE;
}
.AnyTagClassName
{
color: #F54FFE;
}
</style>
background-color css
<style>
a { background-color: #F54FFE; }
a { background-color: rgb(245,79,254); }
div.DivClassName
{
background-color: #F54FFE;
}
.BgClassName
{
background-color: #F54FFE;
}
</style>
border-color css
<style>
span { border-color: #F54FFE; }
span { border-color: rgb(245,79,254); }
td.TdClassName
{
border-color: #F54FFE;
}
.TagClassName
{
border-color: #F54FFE;
}
</style>