Shades of Pink Flamingo #F655FB
Tints of Pink Flamingo #F655FB
RGB
CMYK
RGB Variations
Color information
#F655FB (or 0xF655FB) is known color: Pink Flamingo. HEX triplet: F6, 55 and FB. RGB value is (246,85,251). Sum of RGB (Red+Green+Blue) = 246+85+251=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 85 (33.59% from 255 or 14.60% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #F655FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F655FB is #09AA04. Grayscale: #979797. Windows color (decimal): -633349 or 16471542. OLE color: 16471542.
HSL color Cylindrical-coordinate representation of color #F655FB: hue angle of 298.19º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F655FB is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 85 | 251 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.02 |
| HSL | 298.19º | 0.95% | 0.66% | - |
| HSV(B) | 298.19º | 0.66% | 0.98% | - |
| XYZ | 58.67 | 33.05 | 94.55 | - |
| YUV | 152.06 | 183.84 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 251 | 0.02 | 0.66 | 0 | 0.02 | 298.19 | 0.95 | 0.66 |
| Hex | F6 | 55 | FB | 2 | 42 | 0 | 2 | 12A | 5F | 42 |
| Octal | 366 | 125 | 373 | 2 | 102 | 0 | 2 | 452 | 137 | 102 |
| Binary | 11110110 | 1010101 | 11111011 | 10 | 1000010 | 0 | 10 | 100101010 | 1011111 | 1000010 |
Color Harmonies of #F655FB
Complementary color
Monochromatic Colors of #F655FB
Black with #F655FB
Text Example
Text Example
White with #F655FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655FB; }
p { color: rgb(246,85,251); }
H1.HeaderClassName
{
color: #F655FB;
}
.AnyTagClassName
{
color: #F655FB;
}
</style>
background-color css
<style>
a { background-color: #F655FB; }
a { background-color: rgb(246,85,251); }
div.DivClassName
{
background-color: #F655FB;
}
.BgClassName
{
background-color: #F655FB;
}
</style>
border-color css
<style>
span { border-color: #F655FB; }
span { border-color: rgb(246,85,251); }
td.TdClassName
{
border-color: #F655FB;
}
.TagClassName
{
border-color: #F655FB;
}
</style>