Shades of Pink Flamingo #F65FFC
Tints of Pink Flamingo #F65FFC
RGB
CMYK
RGB Variations
Color information
#F65FFC (or 0xF65FFC) is known color: Pink Flamingo. HEX triplet: F6, 5F and FC. RGB value is (246,95,252). Sum of RGB (Red+Green+Blue) = 246+95+252=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 95 (37.5% from 255 or 16.02% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #F65FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65FFC is #09A003. Grayscale: #9D9D9D. Windows color (decimal): -630788 or 16539638. OLE color: 16539638.
HSL color Cylindrical-coordinate representation of color #F65FFC: hue angle of 297.71º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65FFC is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 95 | 252 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.01 |
| HSL | 297.71º | 0.96% | 0.68% | - |
| HSV(B) | 297.71º | 0.62% | 0.99% | - |
| XYZ | 59.67 | 34.81 | 95.67 | - |
| YUV | 158.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 252 | 0.02 | 0.62 | 0 | 0.01 | 297.71 | 0.96 | 0.68 |
| Hex | F6 | 5F | FC | 2 | 3E | 0 | 1 | 12A | 60 | 44 |
| Octal | 366 | 137 | 374 | 2 | 76 | 0 | 1 | 452 | 140 | 104 |
| Binary | 11110110 | 1011111 | 11111100 | 10 | 111110 | 0 | 1 | 100101010 | 1100000 | 1000100 |
Color Harmonies of #F65FFC
Complementary color
Monochromatic Colors of #F65FFC
Black with #F65FFC
Text Example
Text Example
White with #F65FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65FFC; }
p { color: rgb(246,95,252); }
H1.HeaderClassName
{
color: #F65FFC;
}
.AnyTagClassName
{
color: #F65FFC;
}
</style>
background-color css
<style>
a { background-color: #F65FFC; }
a { background-color: rgb(246,95,252); }
div.DivClassName
{
background-color: #F65FFC;
}
.BgClassName
{
background-color: #F65FFC;
}
</style>
border-color css
<style>
span { border-color: #F65FFC; }
span { border-color: rgb(246,95,252); }
td.TdClassName
{
border-color: #F65FFC;
}
.TagClassName
{
border-color: #F65FFC;
}
</style>