Shades of Pink Flamingo #F454FE
Tints of Pink Flamingo #F454FE
RGB
CMYK
RGB Variations
Color information
#F454FE (or 0xF454FE) is known color: Pink Flamingo. HEX triplet: F4, 54 and FE. RGB value is (244,84,254). Sum of RGB (Red+Green+Blue) = 244+84+254=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 84 (33.20% from 255 or 14.43% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #F454FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F454FE is #0BAB01. Grayscale: #969696. Windows color (decimal): -764674 or 16667892. OLE color: 16667892.
HSL color Cylindrical-coordinate representation of color #F454FE: hue angle of 296.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F454FE is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 84 | 254 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.00 |
| HSL | 296.47º | 0.99% | 0.66% | - |
| HSV(B) | 296.47º | 0.67% | 1% | - |
| XYZ | 58.37 | 32.73 | 97.01 | - |
| YUV | 151.22 | 186.01 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 254 | 0.04 | 0.67 | 0 | 0.00 | 296.47 | 0.99 | 0.66 |
| Hex | F4 | 54 | FE | 4 | 43 | 0 | 0 | 128 | 63 | 42 |
| Octal | 364 | 124 | 376 | 4 | 103 | 0 | 0 | 450 | 143 | 102 |
| Binary | 11110100 | 1010100 | 11111110 | 100 | 1000011 | 0 | 0 | 100101000 | 1100011 | 1000010 |
Color Harmonies of #F454FE
Complementary color
Monochromatic Colors of #F454FE
Black with #F454FE
Text Example
Text Example
White with #F454FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F454FE; }
p { color: rgb(244,84,254); }
H1.HeaderClassName
{
color: #F454FE;
}
.AnyTagClassName
{
color: #F454FE;
}
</style>
background-color css
<style>
a { background-color: #F454FE; }
a { background-color: rgb(244,84,254); }
div.DivClassName
{
background-color: #F454FE;
}
.BgClassName
{
background-color: #F454FE;
}
</style>
border-color css
<style>
span { border-color: #F454FE; }
span { border-color: rgb(244,84,254); }
td.TdClassName
{
border-color: #F454FE;
}
.TagClassName
{
border-color: #F454FE;
}
</style>