Shades of Pink Flamingo #FE45F9
Tints of Pink Flamingo #FE45F9
RGB
CMYK
RGB Variations
Color information
#FE45F9 (or 0xFE45F9) is known color: Pink Flamingo. HEX triplet: FE, 45 and F9. RGB value is (254,69,249). Sum of RGB (Red+Green+Blue) = 254+69+249=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 69 (27.34% from 255 or 12.06% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE45F9 is #01BA06. Grayscale: #909090. Windows color (decimal): -113159 or 16336382. OLE color: 16336382.
HSL color Cylindrical-coordinate representation of color #FE45F9: hue angle of 301.62º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE45F9 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 249 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.00 |
| HSL | 301.62º | 0.99% | 0.63% | - |
| HSV(B) | 301.62º | 0.73% | 1% | - |
| XYZ | 60.1 | 32.17 | 92.66 | - |
| YUV | 144.84 | 186.79 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 249 | 0 | 0.73 | 0.02 | 0.00 | 301.62 | 0.99 | 0.63 |
| Hex | FE | 45 | F9 | 0 | 49 | 2 | 0 | 12E | 63 | 3F |
| Octal | 376 | 105 | 371 | 0 | 111 | 2 | 0 | 456 | 143 | 77 |
| Binary | 11111110 | 1000101 | 11111001 | 0 | 1001001 | 10 | 0 | 100101110 | 1100011 | 111111 |
Color Harmonies of #FE45F9
Complementary color
Monochromatic Colors of #FE45F9
Black with #FE45F9
Text Example
Text Example
White with #FE45F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE45F9; }
p { color: rgb(254,69,249); }
H1.HeaderClassName
{
color: #FE45F9;
}
.AnyTagClassName
{
color: #FE45F9;
}
</style>
background-color css
<style>
a { background-color: #FE45F9; }
a { background-color: rgb(254,69,249); }
div.DivClassName
{
background-color: #FE45F9;
}
.BgClassName
{
background-color: #FE45F9;
}
</style>
border-color css
<style>
span { border-color: #FE45F9; }
span { border-color: rgb(254,69,249); }
td.TdClassName
{
border-color: #FE45F9;
}
.TagClassName
{
border-color: #FE45F9;
}
</style>