Shades of Pink Flamingo #F655FE
Tints of Pink Flamingo #F655FE
RGB
CMYK
RGB Variations
Color information
#F655FE (or 0xF655FE) is known color: Pink Flamingo. HEX triplet: F6, 55 and FE. RGB value is (246,85,254). Sum of RGB (Red+Green+Blue) = 246+85+254=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 85 (33.59% from 255 or 14.53% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #F655FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F655FE is #09AA01. Grayscale: #979797. Windows color (decimal): -633346 or 16668150. OLE color: 16668150.
HSL color Cylindrical-coordinate representation of color #F655FE: hue angle of 297.16º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F655FE is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 85 | 254 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.00 |
| HSL | 297.16º | 0.99% | 0.66% | - |
| HSV(B) | 297.16º | 0.67% | 1% | - |
| XYZ | 59.14 | 33.25 | 97.07 | - |
| YUV | 152.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 254 | 0.03 | 0.67 | 0 | 0.00 | 297.16 | 0.99 | 0.66 |
| Hex | F6 | 55 | FE | 3 | 43 | 0 | 0 | 129 | 63 | 42 |
| Octal | 366 | 125 | 376 | 3 | 103 | 0 | 0 | 451 | 143 | 102 |
| Binary | 11110110 | 1010101 | 11111110 | 11 | 1000011 | 0 | 0 | 100101001 | 1100011 | 1000010 |
Color Harmonies of #F655FE
Complementary color
Monochromatic Colors of #F655FE
Black with #F655FE
Text Example
Text Example
White with #F655FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655FE; }
p { color: rgb(246,85,254); }
H1.HeaderClassName
{
color: #F655FE;
}
.AnyTagClassName
{
color: #F655FE;
}
</style>
background-color css
<style>
a { background-color: #F655FE; }
a { background-color: rgb(246,85,254); }
div.DivClassName
{
background-color: #F655FE;
}
.BgClassName
{
background-color: #F655FE;
}
</style>
border-color css
<style>
span { border-color: #F655FE; }
span { border-color: rgb(246,85,254); }
td.TdClassName
{
border-color: #F655FE;
}
.TagClassName
{
border-color: #F655FE;
}
</style>