Shades of Pink Flamingo #F655FA
Tints of Pink Flamingo #F655FA
RGB
CMYK
RGB Variations
Color information
#F655FA (or 0xF655FA) is known color: Pink Flamingo. HEX triplet: F6, 55 and FA. RGB value is (246,85,250). Sum of RGB (Red+Green+Blue) = 246+85+250=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 85 (33.59% from 255 or 14.63% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #F655FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F655FA is #09AA05. Grayscale: #979797. Windows color (decimal): -633350 or 16406006. OLE color: 16406006.
HSL color Cylindrical-coordinate representation of color #F655FA: hue angle of 298.55º degrees, saturation: 0.94, 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 #F655FA is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 85 | 250 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.02 |
| HSL | 298.55º | 0.94% | 0.66% | - |
| HSV(B) | 298.55º | 0.66% | 0.98% | - |
| XYZ | 58.51 | 32.99 | 93.73 | - |
| YUV | 151.95 | 183.34 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 250 | 0.02 | 0.66 | 0 | 0.02 | 298.55 | 0.94 | 0.66 |
| Hex | F6 | 55 | FA | 2 | 42 | 0 | 2 | 12B | 5E | 42 |
| Octal | 366 | 125 | 372 | 2 | 102 | 0 | 2 | 453 | 136 | 102 |
| Binary | 11110110 | 1010101 | 11111010 | 10 | 1000010 | 0 | 10 | 100101011 | 1011110 | 1000010 |
Color Harmonies of #F655FA
Complementary color
Monochromatic Colors of #F655FA
Black with #F655FA
Text Example
Text Example
White with #F655FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655FA; }
p { color: rgb(246,85,250); }
H1.HeaderClassName
{
color: #F655FA;
}
.AnyTagClassName
{
color: #F655FA;
}
</style>
background-color css
<style>
a { background-color: #F655FA; }
a { background-color: rgb(246,85,250); }
div.DivClassName
{
background-color: #F655FA;
}
.BgClassName
{
background-color: #F655FA;
}
</style>
border-color css
<style>
span { border-color: #F655FA; }
span { border-color: rgb(246,85,250); }
td.TdClassName
{
border-color: #F655FA;
}
.TagClassName
{
border-color: #F655FA;
}
</style>