Shades of Pink Flamingo #F450FE
Tints of Pink Flamingo #F450FE
RGB
CMYK
RGB Variations
Color information
#F450FE (or 0xF450FE) is known color: Pink Flamingo. HEX triplet: F4, 50 and FE. RGB value is (244,80,254). Sum of RGB (Red+Green+Blue) = 244+80+254=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 80 (31.64% from 255 or 13.84% 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 #F450FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F450FE is #0BAF01. Grayscale: #949494. Windows color (decimal): -765698 or 16666868. OLE color: 16666868.
HSL color Cylindrical-coordinate representation of color #F450FE: hue angle of 296.55º 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 #F450FE is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 80 | 254 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.00 |
| HSL | 296.55º | 0.99% | 0.65% | - |
| HSV(B) | 296.55º | 0.69% | 1% | - |
| XYZ | 58.07 | 32.13 | 96.91 | - |
| YUV | 148.87 | 187.33 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 254 | 0.04 | 0.69 | 0 | 0.00 | 296.55 | 0.99 | 0.65 |
| Hex | F4 | 50 | FE | 4 | 45 | 0 | 0 | 129 | 63 | 41 |
| Octal | 364 | 120 | 376 | 4 | 105 | 0 | 0 | 451 | 143 | 101 |
| Binary | 11110100 | 1010000 | 11111110 | 100 | 1000101 | 0 | 0 | 100101001 | 1100011 | 1000001 |
Color Harmonies of #F450FE
Complementary color
Monochromatic Colors of #F450FE
Black with #F450FE
Text Example
Text Example
White with #F450FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F450FE; }
p { color: rgb(244,80,254); }
H1.HeaderClassName
{
color: #F450FE;
}
.AnyTagClassName
{
color: #F450FE;
}
</style>
background-color css
<style>
a { background-color: #F450FE; }
a { background-color: rgb(244,80,254); }
div.DivClassName
{
background-color: #F450FE;
}
.BgClassName
{
background-color: #F450FE;
}
</style>
border-color css
<style>
span { border-color: #F450FE; }
span { border-color: rgb(244,80,254); }
td.TdClassName
{
border-color: #F450FE;
}
.TagClassName
{
border-color: #F450FE;
}
</style>