Shades of Pink Flamingo #F65FFA
Tints of Pink Flamingo #F65FFA
RGB
CMYK
RGB Variations
Color information
#F65FFA (or 0xF65FFA) is known color: Pink Flamingo. HEX triplet: F6, 5F and FA. RGB value is (246,95,250). Sum of RGB (Red+Green+Blue) = 246+95+250=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 95 (37.5% from 255 or 16.07% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #F65FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65FFA is #09A005. Grayscale: #9D9D9D. Windows color (decimal): -630790 or 16408566. OLE color: 16408566.
HSL color Cylindrical-coordinate representation of color #F65FFA: hue angle of 298.45º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65FFA is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 95 | 250 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.02 |
| HSL | 298.45º | 0.94% | 0.68% | - |
| HSV(B) | 298.45º | 0.62% | 0.98% | - |
| XYZ | 59.35 | 34.68 | 94.01 | - |
| YUV | 157.82 | 180.03 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 250 | 0.02 | 0.62 | 0 | 0.02 | 298.45 | 0.94 | 0.68 |
| Hex | F6 | 5F | FA | 2 | 3E | 0 | 2 | 12A | 5E | 44 |
| Octal | 366 | 137 | 372 | 2 | 76 | 0 | 2 | 452 | 136 | 104 |
| Binary | 11110110 | 1011111 | 11111010 | 10 | 111110 | 0 | 10 | 100101010 | 1011110 | 1000100 |
Color Harmonies of #F65FFA
Complementary color
Monochromatic Colors of #F65FFA
Black with #F65FFA
Text Example
Text Example
White with #F65FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65FFA; }
p { color: rgb(246,95,250); }
H1.HeaderClassName
{
color: #F65FFA;
}
.AnyTagClassName
{
color: #F65FFA;
}
</style>
background-color css
<style>
a { background-color: #F65FFA; }
a { background-color: rgb(246,95,250); }
div.DivClassName
{
background-color: #F65FFA;
}
.BgClassName
{
background-color: #F65FFA;
}
</style>
border-color css
<style>
span { border-color: #F65FFA; }
span { border-color: rgb(246,95,250); }
td.TdClassName
{
border-color: #F65FFA;
}
.TagClassName
{
border-color: #F65FFA;
}
</style>