Shades of Pink Flamingo #F866FD
Tints of Pink Flamingo #F866FD
RGB
CMYK
RGB Variations
Color information
#F866FD (or 0xF866FD) is known color: Pink Flamingo. HEX triplet: F8, 66 and FD. RGB value is (248,102,253). Sum of RGB (Red+Green+Blue) = 248+102+253=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 102 (40.23% from 255 or 16.92% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #F866FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F866FD is #079902. Grayscale: #A2A2A2. Windows color (decimal): -497923 or 16606968. OLE color: 16606968.
HSL color Cylindrical-coordinate representation of color #F866FD: hue angle of 298.01º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F866FD is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 102 | 253 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.01 |
| HSL | 298.01º | 0.97% | 0.7% | - |
| HSV(B) | 298.01º | 0.6% | 0.99% | - |
| XYZ | 61.19 | 36.55 | 96.76 | - |
| YUV | 162.87 | 178.87 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 253 | 0.02 | 0.60 | 0 | 0.01 | 298.01 | 0.97 | 0.7 |
| Hex | F8 | 66 | FD | 2 | 3C | 0 | 1 | 12A | 61 | 46 |
| Octal | 370 | 146 | 375 | 2 | 74 | 0 | 1 | 452 | 141 | 106 |
| Binary | 11111000 | 1100110 | 11111101 | 10 | 111100 | 0 | 1 | 100101010 | 1100001 | 1000110 |
Color Harmonies of #F866FD
Complementary color
Monochromatic Colors of #F866FD
Black with #F866FD
Text Example
Text Example
White with #F866FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F866FD; }
p { color: rgb(248,102,253); }
H1.HeaderClassName
{
color: #F866FD;
}
.AnyTagClassName
{
color: #F866FD;
}
</style>
background-color css
<style>
a { background-color: #F866FD; }
a { background-color: rgb(248,102,253); }
div.DivClassName
{
background-color: #F866FD;
}
.BgClassName
{
background-color: #F866FD;
}
</style>
border-color css
<style>
span { border-color: #F866FD; }
span { border-color: rgb(248,102,253); }
td.TdClassName
{
border-color: #F866FD;
}
.TagClassName
{
border-color: #F866FD;
}
</style>