Shades of Pink Flamingo #F450FF
Tints of Pink Flamingo #F450FF
RGB
CMYK
RGB Variations
Color information
#F450FF (or 0xF450FF) is known color: Pink Flamingo. HEX triplet: F4, 50 and FF. RGB value is (244,80,255). Sum of RGB (Red+Green+Blue) = 244+80+255=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 80 (31.64% from 255 or 13.82% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #F450FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F450FF is #0BAF00. Grayscale: #949494. Windows color (decimal): -765697 or 16732404. OLE color: 16732404.
HSL color Cylindrical-coordinate representation of color #F450FF: hue angle of 296.23º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F450FF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 80 | 255 | - |
| CMYK | 0.04 | 0.69 | 0 | 0 |
| HSL | 296.23º | 1% | 0.66% | - |
| HSV(B) | 296.23º | 0.69% | 1% | - |
| XYZ | 58.23 | 32.19 | 97.75 | - |
| YUV | 148.99 | 187.83 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 255 | 0.04 | 0.69 | 0 | 0 | 296.23 | 1 | 0.66 |
| Hex | F4 | 50 | FF | 4 | 45 | 0 | 0 | 128 | 64 | 42 |
| Octal | 364 | 120 | 377 | 4 | 105 | 0 | 0 | 450 | 144 | 102 |
| Binary | 11110100 | 1010000 | 11111111 | 100 | 1000101 | 0 | 0 | 100101000 | 1100100 | 1000010 |
Color Harmonies of #F450FF
Complementary color
Monochromatic Colors of #F450FF
Black with #F450FF
Text Example
Text Example
White with #F450FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F450FF; }
p { color: rgb(244,80,255); }
H1.HeaderClassName
{
color: #F450FF;
}
.AnyTagClassName
{
color: #F450FF;
}
</style>
background-color css
<style>
a { background-color: #F450FF; }
a { background-color: rgb(244,80,255); }
div.DivClassName
{
background-color: #F450FF;
}
.BgClassName
{
background-color: #F450FF;
}
</style>
border-color css
<style>
span { border-color: #F450FF; }
span { border-color: rgb(244,80,255); }
td.TdClassName
{
border-color: #F450FF;
}
.TagClassName
{
border-color: #F450FF;
}
</style>