Shades of Pink Flamingo #F850FF
Tints of Pink Flamingo #F850FF
RGB
CMYK
RGB Variations
Color information
#F850FF (or 0xF850FF) is known color: Pink Flamingo. HEX triplet: F8, 50 and FF. RGB value is (248,80,255). Sum of RGB (Red+Green+Blue) = 248+80+255=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 80 (31.64% from 255 or 13.72% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #F850FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F850FF is #07AF00. Grayscale: #959595. Windows color (decimal): -503553 or 16732408. OLE color: 16732408.
HSL color Cylindrical-coordinate representation of color #F850FF: hue angle of 297.6º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F850FF is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 80 | 255 | - |
| CMYK | 0.03 | 0.69 | 0 | 0 |
| HSL | 297.6º | 1% | 0.66% | - |
| HSV(B) | 297.6º | 0.69% | 1% | - |
| XYZ | 59.63 | 32.91 | 97.82 | - |
| YUV | 150.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 255 | 0.03 | 0.69 | 0 | 0 | 297.6 | 1 | 0.66 |
| Hex | F8 | 50 | FF | 3 | 45 | 0 | 0 | 12A | 64 | 42 |
| Octal | 370 | 120 | 377 | 3 | 105 | 0 | 0 | 452 | 144 | 102 |
| Binary | 11111000 | 1010000 | 11111111 | 11 | 1000101 | 0 | 0 | 100101010 | 1100100 | 1000010 |
Color Harmonies of #F850FF
Complementary color
Monochromatic Colors of #F850FF
Black with #F850FF
Text Example
Text Example
White with #F850FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F850FF; }
p { color: rgb(248,80,255); }
H1.HeaderClassName
{
color: #F850FF;
}
.AnyTagClassName
{
color: #F850FF;
}
</style>
background-color css
<style>
a { background-color: #F850FF; }
a { background-color: rgb(248,80,255); }
div.DivClassName
{
background-color: #F850FF;
}
.BgClassName
{
background-color: #F850FF;
}
</style>
border-color css
<style>
span { border-color: #F850FF; }
span { border-color: rgb(248,80,255); }
td.TdClassName
{
border-color: #F850FF;
}
.TagClassName
{
border-color: #F850FF;
}
</style>