Shades of Pink Flamingo #F654FF
Tints of Pink Flamingo #F654FF
RGB
CMYK
RGB Variations
Color information
#F654FF (or 0xF654FF) is known color: Pink Flamingo. HEX triplet: F6, 54 and FF. RGB value is (246,84,255). Sum of RGB (Red+Green+Blue) = 246+84+255=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 84 (33.20% from 255 or 14.36% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #F654FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F654FF is #09AB00. Grayscale: #979797. Windows color (decimal): -633601 or 16733430. OLE color: 16733430.
HSL color Cylindrical-coordinate representation of color #F654FF: hue angle of 296.84º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F654FF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 84 | 255 | - |
| CMYK | 0.04 | 0.67 | 0 | 0 |
| HSL | 296.84º | 1% | 0.66% | - |
| HSV(B) | 296.84º | 0.67% | 1% | - |
| XYZ | 59.23 | 33.15 | 97.89 | - |
| YUV | 151.93 | 186.17 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 255 | 0.04 | 0.67 | 0 | 0 | 296.84 | 1 | 0.66 |
| Hex | F6 | 54 | FF | 4 | 43 | 0 | 0 | 129 | 64 | 42 |
| Octal | 366 | 124 | 377 | 4 | 103 | 0 | 0 | 451 | 144 | 102 |
| Binary | 11110110 | 1010100 | 11111111 | 100 | 1000011 | 0 | 0 | 100101001 | 1100100 | 1000010 |
Color Harmonies of #F654FF
Complementary color
Monochromatic Colors of #F654FF
Black with #F654FF
Text Example
Text Example
White with #F654FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F654FF; }
p { color: rgb(246,84,255); }
H1.HeaderClassName
{
color: #F654FF;
}
.AnyTagClassName
{
color: #F654FF;
}
</style>
background-color css
<style>
a { background-color: #F654FF; }
a { background-color: rgb(246,84,255); }
div.DivClassName
{
background-color: #F654FF;
}
.BgClassName
{
background-color: #F654FF;
}
</style>
border-color css
<style>
span { border-color: #F654FF; }
span { border-color: rgb(246,84,255); }
td.TdClassName
{
border-color: #F654FF;
}
.TagClassName
{
border-color: #F654FF;
}
</style>