Shades of Pink Flamingo #F858F5
Tints of Pink Flamingo #F858F5
RGB
CMYK
RGB Variations
Color information
#F858F5 (or 0xF858F5) is known color: Pink Flamingo. HEX triplet: F8, 58 and F5. RGB value is (248,88,245). Sum of RGB (Red+Green+Blue) = 248+88+245=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 88 (34.77% from 255 or 15.15% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F858F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F858F5 is #07A70A. Grayscale: #999999. Windows color (decimal): -501515 or 16079096. OLE color: 16079096.
HSL color Cylindrical-coordinate representation of color #F858F5: hue angle of 301.12º 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 #F858F5 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 245 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.03 |
| HSL | 301.13º | 0.92% | 0.66% | - |
| HSV(B) | 301.13º | 0.65% | 0.97% | - |
| XYZ | 58.68 | 33.53 | 89.76 | - |
| YUV | 153.74 | 179.51 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 245 | 0 | 0.65 | 0.01 | 0.03 | 301.13 | 0.92 | 0.66 |
| Hex | F8 | 58 | F5 | 0 | 41 | 1 | 3 | 12D | 5C | 42 |
| Octal | 370 | 130 | 365 | 0 | 101 | 1 | 3 | 455 | 134 | 102 |
| Binary | 11111000 | 1011000 | 11110101 | 0 | 1000001 | 1 | 11 | 100101101 | 1011100 | 1000010 |
Color Harmonies of #F858F5
Complementary color
Monochromatic Colors of #F858F5
Black with #F858F5
Text Example
Text Example
White with #F858F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F858F5; }
p { color: rgb(248,88,245); }
H1.HeaderClassName
{
color: #F858F5;
}
.AnyTagClassName
{
color: #F858F5;
}
</style>
background-color css
<style>
a { background-color: #F858F5; }
a { background-color: rgb(248,88,245); }
div.DivClassName
{
background-color: #F858F5;
}
.BgClassName
{
background-color: #F858F5;
}
</style>
border-color css
<style>
span { border-color: #F858F5; }
span { border-color: rgb(248,88,245); }
td.TdClassName
{
border-color: #F858F5;
}
.TagClassName
{
border-color: #F858F5;
}
</style>