Shades of Pink Flamingo #F855F7
Tints of Pink Flamingo #F855F7
RGB
CMYK
RGB Variations
Color information
#F855F7 (or 0xF855F7) is known color: Pink Flamingo. HEX triplet: F8, 55 and F7. RGB value is (248,85,247). Sum of RGB (Red+Green+Blue) = 248+85+247=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 85 (33.59% from 255 or 14.66% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F855F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F855F7 is #07AA08. Grayscale: #979797. Windows color (decimal): -502281 or 16209400. OLE color: 16209400.
HSL color Cylindrical-coordinate representation of color #F855F7: hue angle of 300.37º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F855F7 is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 247 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.03 |
| HSL | 300.37º | 0.92% | 0.65% | - |
| HSV(B) | 300.37º | 0.66% | 0.97% | - |
| XYZ | 58.75 | 33.17 | 91.3 | - |
| YUV | 152.21 | 181.5 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 247 | 0 | 0.66 | 0.00 | 0.03 | 300.37 | 0.92 | 0.65 |
| Hex | F8 | 55 | F7 | 0 | 42 | 0 | 3 | 12C | 5C | 41 |
| Octal | 370 | 125 | 367 | 0 | 102 | 0 | 3 | 454 | 134 | 101 |
| Binary | 11111000 | 1010101 | 11110111 | 0 | 1000010 | 0 | 11 | 100101100 | 1011100 | 1000001 |
Color Harmonies of #F855F7
Complementary color
Monochromatic Colors of #F855F7
Black with #F855F7
Text Example
Text Example
White with #F855F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855F7; }
p { color: rgb(248,85,247); }
H1.HeaderClassName
{
color: #F855F7;
}
.AnyTagClassName
{
color: #F855F7;
}
</style>
background-color css
<style>
a { background-color: #F855F7; }
a { background-color: rgb(248,85,247); }
div.DivClassName
{
background-color: #F855F7;
}
.BgClassName
{
background-color: #F855F7;
}
</style>
border-color css
<style>
span { border-color: #F855F7; }
span { border-color: rgb(248,85,247); }
td.TdClassName
{
border-color: #F855F7;
}
.TagClassName
{
border-color: #F855F7;
}
</style>