Shades of Pink Flamingo #F65CFE
Tints of Pink Flamingo #F65CFE
RGB
CMYK
RGB Variations
Color information
#F65CFE (or 0xF65CFE) is known color: Pink Flamingo. HEX triplet: F6, 5C and FE. RGB value is (246,92,254). Sum of RGB (Red+Green+Blue) = 246+92+254=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 92 (36.33% from 255 or 15.54% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #F65CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65CFE is #09A301. Grayscale: #9C9C9C. Windows color (decimal): -631554 or 16669942. OLE color: 16669942.
HSL color Cylindrical-coordinate representation of color #F65CFE: hue angle of 297.04º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65CFE is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 92 | 254 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.00 |
| HSL | 297.04º | 0.99% | 0.68% | - |
| HSV(B) | 297.04º | 0.64% | 1% | - |
| XYZ | 59.72 | 34.4 | 97.26 | - |
| YUV | 156.51 | 183.02 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 254 | 0.03 | 0.64 | 0 | 0.00 | 297.04 | 0.99 | 0.68 |
| Hex | F6 | 5C | FE | 3 | 40 | 0 | 0 | 129 | 63 | 44 |
| Octal | 366 | 134 | 376 | 3 | 100 | 0 | 0 | 451 | 143 | 104 |
| Binary | 11110110 | 1011100 | 11111110 | 11 | 1000000 | 0 | 0 | 100101001 | 1100011 | 1000100 |
Color Harmonies of #F65CFE
Complementary color
Monochromatic Colors of #F65CFE
Black with #F65CFE
Text Example
Text Example
White with #F65CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65CFE; }
p { color: rgb(246,92,254); }
H1.HeaderClassName
{
color: #F65CFE;
}
.AnyTagClassName
{
color: #F65CFE;
}
</style>
background-color css
<style>
a { background-color: #F65CFE; }
a { background-color: rgb(246,92,254); }
div.DivClassName
{
background-color: #F65CFE;
}
.BgClassName
{
background-color: #F65CFE;
}
</style>
border-color css
<style>
span { border-color: #F65CFE; }
span { border-color: rgb(246,92,254); }
td.TdClassName
{
border-color: #F65CFE;
}
.TagClassName
{
border-color: #F65CFE;
}
</style>