Shades of Pink Flamingo #F658FF
Tints of Pink Flamingo #F658FF
RGB
CMYK
RGB Variations
Color information
#F658FF (or 0xF658FF) is known color: Pink Flamingo. HEX triplet: F6, 58 and FF. RGB value is (246,88,255). Sum of RGB (Red+Green+Blue) = 246+88+255=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 88 (34.77% from 255 or 14.94% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #F658FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F658FF is #09A700. Grayscale: #999999. Windows color (decimal): -632577 or 16734454. OLE color: 16734454.
HSL color Cylindrical-coordinate representation of color #F658FF: hue angle of 296.77º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F658FF is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 88 | 255 | - |
| CMYK | 0.04 | 0.65 | 0 | 0 |
| HSL | 296.77º | 1% | 0.67% | - |
| HSV(B) | 296.77º | 0.65% | 1% | - |
| XYZ | 59.55 | 33.79 | 97.99 | - |
| YUV | 154.28 | 184.85 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 255 | 0.04 | 0.65 | 0 | 0 | 296.77 | 1 | 0.67 |
| Hex | F6 | 58 | FF | 4 | 41 | 0 | 0 | 129 | 64 | 43 |
| Octal | 366 | 130 | 377 | 4 | 101 | 0 | 0 | 451 | 144 | 103 |
| Binary | 11110110 | 1011000 | 11111111 | 100 | 1000001 | 0 | 0 | 100101001 | 1100100 | 1000011 |
Color Harmonies of #F658FF
Complementary color
Monochromatic Colors of #F658FF
Black with #F658FF
Text Example
Text Example
White with #F658FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F658FF; }
p { color: rgb(246,88,255); }
H1.HeaderClassName
{
color: #F658FF;
}
.AnyTagClassName
{
color: #F658FF;
}
</style>
background-color css
<style>
a { background-color: #F658FF; }
a { background-color: rgb(246,88,255); }
div.DivClassName
{
background-color: #F658FF;
}
.BgClassName
{
background-color: #F658FF;
}
</style>
border-color css
<style>
span { border-color: #F658FF; }
span { border-color: rgb(246,88,255); }
td.TdClassName
{
border-color: #F658FF;
}
.TagClassName
{
border-color: #F658FF;
}
</style>