Shades of Pink Flamingo #F850FE
Tints of Pink Flamingo #F850FE
RGB
CMYK
RGB Variations
Color information
#F850FE (or 0xF850FE) is known color: Pink Flamingo. HEX triplet: F8, 50 and FE. RGB value is (248,80,254). Sum of RGB (Red+Green+Blue) = 248+80+254=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 80 (31.64% from 255 or 13.75% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #F850FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F850FE is #07AF01. Grayscale: #959595. Windows color (decimal): -503554 or 16666872. OLE color: 16666872.
HSL color Cylindrical-coordinate representation of color #F850FE: hue angle of 297.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F850FE is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 80 | 254 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.00 |
| HSL | 297.93º | 0.99% | 0.65% | - |
| HSV(B) | 297.93º | 0.69% | 1% | - |
| XYZ | 59.47 | 32.85 | 96.97 | - |
| YUV | 150.07 | 186.66 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 254 | 0.02 | 0.69 | 0 | 0.00 | 297.93 | 0.99 | 0.65 |
| Hex | F8 | 50 | FE | 2 | 45 | 0 | 0 | 12A | 63 | 41 |
| Octal | 370 | 120 | 376 | 2 | 105 | 0 | 0 | 452 | 143 | 101 |
| Binary | 11111000 | 1010000 | 11111110 | 10 | 1000101 | 0 | 0 | 100101010 | 1100011 | 1000001 |
Color Harmonies of #F850FE
Complementary color
Monochromatic Colors of #F850FE
Black with #F850FE
Text Example
Text Example
White with #F850FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F850FE; }
p { color: rgb(248,80,254); }
H1.HeaderClassName
{
color: #F850FE;
}
.AnyTagClassName
{
color: #F850FE;
}
</style>
background-color css
<style>
a { background-color: #F850FE; }
a { background-color: rgb(248,80,254); }
div.DivClassName
{
background-color: #F850FE;
}
.BgClassName
{
background-color: #F850FE;
}
</style>
border-color css
<style>
span { border-color: #F850FE; }
span { border-color: rgb(248,80,254); }
td.TdClassName
{
border-color: #F850FE;
}
.TagClassName
{
border-color: #F850FE;
}
</style>