Shades of Pink Flamingo #F855F5
Tints of Pink Flamingo #F855F5
RGB
CMYK
RGB Variations
Color information
#F855F5 (or 0xF855F5) is known color: Pink Flamingo. HEX triplet: F8, 55 and F5. RGB value is (248,85,245). Sum of RGB (Red+Green+Blue) = 248+85+245=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 85 (33.59% from 255 or 14.71% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F855F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F855F5 is #07AA0A. Grayscale: #979797. Windows color (decimal): -502283 or 16078328. OLE color: 16078328.
HSL color Cylindrical-coordinate representation of color #F855F5: hue angle of 301.1º 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 #F855F5 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 245 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.03 |
| HSL | 301.1º | 0.92% | 0.65% | - |
| HSV(B) | 301.1º | 0.66% | 0.97% | - |
| XYZ | 58.44 | 33.05 | 89.68 | - |
| YUV | 151.98 | 180.5 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 245 | 0 | 0.66 | 0.01 | 0.03 | 301.1 | 0.92 | 0.65 |
| Hex | F8 | 55 | F5 | 0 | 42 | 1 | 3 | 12D | 5C | 41 |
| Octal | 370 | 125 | 365 | 0 | 102 | 1 | 3 | 455 | 134 | 101 |
| Binary | 11111000 | 1010101 | 11110101 | 0 | 1000010 | 1 | 11 | 100101101 | 1011100 | 1000001 |
Color Harmonies of #F855F5
Complementary color
Monochromatic Colors of #F855F5
Black with #F855F5
Text Example
Text Example
White with #F855F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855F5; }
p { color: rgb(248,85,245); }
H1.HeaderClassName
{
color: #F855F5;
}
.AnyTagClassName
{
color: #F855F5;
}
</style>
background-color css
<style>
a { background-color: #F855F5; }
a { background-color: rgb(248,85,245); }
div.DivClassName
{
background-color: #F855F5;
}
.BgClassName
{
background-color: #F855F5;
}
</style>
border-color css
<style>
span { border-color: #F855F5; }
span { border-color: rgb(248,85,245); }
td.TdClassName
{
border-color: #F855F5;
}
.TagClassName
{
border-color: #F855F5;
}
</style>