Shades of Pink Flamingo #F858F2
Tints of Pink Flamingo #F858F2
RGB
CMYK
RGB Variations
Color information
#F858F2 (or 0xF858F2) is known color: Pink Flamingo. HEX triplet: F8, 58 and F2. RGB value is (248,88,242). Sum of RGB (Red+Green+Blue) = 248+88+242=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 88 (34.77% from 255 or 15.22% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F858F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F858F2 is #07A70D. Grayscale: #989898. Windows color (decimal): -501518 or 15882488. OLE color: 15882488.
HSL color Cylindrical-coordinate representation of color #F858F2: hue angle of 302.25º 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 #F858F2 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 242 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.03 |
| HSL | 302.25º | 0.92% | 0.66% | - |
| HSV(B) | 302.25º | 0.65% | 0.97% | - |
| XYZ | 58.23 | 33.35 | 87.37 | - |
| YUV | 153.4 | 178.01 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 242 | 0 | 0.65 | 0.02 | 0.03 | 302.25 | 0.92 | 0.66 |
| Hex | F8 | 58 | F2 | 0 | 41 | 2 | 3 | 12E | 5C | 42 |
| Octal | 370 | 130 | 362 | 0 | 101 | 2 | 3 | 456 | 134 | 102 |
| Binary | 11111000 | 1011000 | 11110010 | 0 | 1000001 | 10 | 11 | 100101110 | 1011100 | 1000010 |
Color Harmonies of #F858F2
Complementary color
Monochromatic Colors of #F858F2
Black with #F858F2
Text Example
Text Example
White with #F858F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F858F2; }
p { color: rgb(248,88,242); }
H1.HeaderClassName
{
color: #F858F2;
}
.AnyTagClassName
{
color: #F858F2;
}
</style>
background-color css
<style>
a { background-color: #F858F2; }
a { background-color: rgb(248,88,242); }
div.DivClassName
{
background-color: #F858F2;
}
.BgClassName
{
background-color: #F858F2;
}
</style>
border-color css
<style>
span { border-color: #F858F2; }
span { border-color: rgb(248,88,242); }
td.TdClassName
{
border-color: #F858F2;
}
.TagClassName
{
border-color: #F858F2;
}
</style>