Shades of Pink Flamingo #F867FA
Tints of Pink Flamingo #F867FA
RGB
CMYK
RGB Variations
Color information
#F867FA (or 0xF867FA) is known color: Pink Flamingo. HEX triplet: F8, 67 and FA. RGB value is (248,103,250). Sum of RGB (Red+Green+Blue) = 248+103+250=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 103 (40.62% from 255 or 17.14% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #F867FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F867FA is #079805. Grayscale: #A2A2A2. Windows color (decimal): -497670 or 16410616. OLE color: 16410616.
HSL color Cylindrical-coordinate representation of color #F867FA: hue angle of 299.18º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F867FA is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 103 | 250 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.02 |
| HSL | 299.18º | 0.94% | 0.69% | - |
| HSV(B) | 299.18º | 0.59% | 0.98% | - |
| XYZ | 60.82 | 36.56 | 94.29 | - |
| YUV | 163.11 | 177.04 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 103 | 250 | 0.01 | 0.59 | 0 | 0.02 | 299.18 | 0.94 | 0.69 |
| Hex | F8 | 67 | FA | 1 | 3B | 0 | 2 | 12B | 5E | 45 |
| Octal | 370 | 147 | 372 | 1 | 73 | 0 | 2 | 453 | 136 | 105 |
| Binary | 11111000 | 1100111 | 11111010 | 1 | 111011 | 0 | 10 | 100101011 | 1011110 | 1000101 |
Color Harmonies of #F867FA
Complementary color
Monochromatic Colors of #F867FA
Black with #F867FA
Text Example
Text Example
White with #F867FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F867FA; }
p { color: rgb(248,103,250); }
H1.HeaderClassName
{
color: #F867FA;
}
.AnyTagClassName
{
color: #F867FA;
}
</style>
background-color css
<style>
a { background-color: #F867FA; }
a { background-color: rgb(248,103,250); }
div.DivClassName
{
background-color: #F867FA;
}
.BgClassName
{
background-color: #F867FA;
}
</style>
border-color css
<style>
span { border-color: #F867FA; }
span { border-color: rgb(248,103,250); }
td.TdClassName
{
border-color: #F867FA;
}
.TagClassName
{
border-color: #F867FA;
}
</style>