Shades of Pink Flamingo #F65DFE
Tints of Pink Flamingo #F65DFE
RGB
CMYK
RGB Variations
Color information
#F65DFE (or 0xF65DFE) is known color: Pink Flamingo. HEX triplet: F6, 5D and FE. RGB value is (246,93,254). Sum of RGB (Red+Green+Blue) = 246+93+254=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 93 (36.72% from 255 or 15.68% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #F65DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65DFE is #09A201. Grayscale: #9C9C9C. Windows color (decimal): -631298 or 16670198. OLE color: 16670198.
HSL color Cylindrical-coordinate representation of color #F65DFE: hue angle of 297.02º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65DFE is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 93 | 254 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.00 |
| HSL | 297.02º | 0.99% | 0.68% | - |
| HSV(B) | 297.02º | 0.63% | 1% | - |
| XYZ | 59.81 | 34.58 | 97.29 | - |
| YUV | 157.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 254 | 0.03 | 0.63 | 0 | 0.00 | 297.02 | 0.99 | 0.68 |
| Hex | F6 | 5D | FE | 3 | 3F | 0 | 0 | 129 | 63 | 44 |
| Octal | 366 | 135 | 376 | 3 | 77 | 0 | 0 | 451 | 143 | 104 |
| Binary | 11110110 | 1011101 | 11111110 | 11 | 111111 | 0 | 0 | 100101001 | 1100011 | 1000100 |
Color Harmonies of #F65DFE
Complementary color
Monochromatic Colors of #F65DFE
Black with #F65DFE
Text Example
Text Example
White with #F65DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65DFE; }
p { color: rgb(246,93,254); }
H1.HeaderClassName
{
color: #F65DFE;
}
.AnyTagClassName
{
color: #F65DFE;
}
</style>
background-color css
<style>
a { background-color: #F65DFE; }
a { background-color: rgb(246,93,254); }
div.DivClassName
{
background-color: #F65DFE;
}
.BgClassName
{
background-color: #F65DFE;
}
</style>
border-color css
<style>
span { border-color: #F65DFE; }
span { border-color: rgb(246,93,254); }
td.TdClassName
{
border-color: #F65DFE;
}
.TagClassName
{
border-color: #F65DFE;
}
</style>