Shades of Pink Flamingo #F858F4
Tints of Pink Flamingo #F858F4
RGB
CMYK
RGB Variations
Color information
#F858F4 (or 0xF858F4) is known color: Pink Flamingo. HEX triplet: F8, 58 and F4. RGB value is (248,88,244). Sum of RGB (Red+Green+Blue) = 248+88+244=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 88 (34.77% from 255 or 15.17% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F858F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F858F4 is #07A70B. Grayscale: #999999. Windows color (decimal): -501516 or 16013560. OLE color: 16013560.
HSL color Cylindrical-coordinate representation of color #F858F4: hue angle of 301.5º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F858F4 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 244 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.03 |
| HSL | 301.5º | 0.92% | 0.66% | - |
| HSV(B) | 301.5º | 0.65% | 0.97% | - |
| XYZ | 58.53 | 33.47 | 88.96 | - |
| YUV | 153.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 244 | 0 | 0.65 | 0.02 | 0.03 | 301.5 | 0.92 | 0.66 |
| Hex | F8 | 58 | F4 | 0 | 41 | 2 | 3 | 12E | 5C | 42 |
| Octal | 370 | 130 | 364 | 0 | 101 | 2 | 3 | 456 | 134 | 102 |
| Binary | 11111000 | 1011000 | 11110100 | 0 | 1000001 | 10 | 11 | 100101110 | 1011100 | 1000010 |
Color Harmonies of #F858F4
Complementary color
Monochromatic Colors of #F858F4
Black with #F858F4
Text Example
Text Example
White with #F858F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F858F4; }
p { color: rgb(248,88,244); }
H1.HeaderClassName
{
color: #F858F4;
}
.AnyTagClassName
{
color: #F858F4;
}
</style>
background-color css
<style>
a { background-color: #F858F4; }
a { background-color: rgb(248,88,244); }
div.DivClassName
{
background-color: #F858F4;
}
.BgClassName
{
background-color: #F858F4;
}
</style>
border-color css
<style>
span { border-color: #F858F4; }
span { border-color: rgb(248,88,244); }
td.TdClassName
{
border-color: #F858F4;
}
.TagClassName
{
border-color: #F858F4;
}
</style>