Shades of Pink Flamingo #F85CED
Tints of Pink Flamingo #F85CED
RGB
CMYK
RGB Variations
Color information
#F85CED (or 0xF85CED) is known color: Pink Flamingo. HEX triplet: F8, 5C and ED. RGB value is (248,92,237). Sum of RGB (Red+Green+Blue) = 248+92+237=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 92 (36.33% from 255 or 15.94% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85CED is #07A312. Grayscale: #9A9A9A. Windows color (decimal): -500499 or 15555832. OLE color: 15555832.
HSL color Cylindrical-coordinate representation of color #F85CED: hue angle of 304.23º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85CED is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 237 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.03 |
| HSL | 304.23º | 0.92% | 0.67% | - |
| HSV(B) | 304.23º | 0.63% | 0.97% | - |
| XYZ | 57.82 | 33.73 | 83.58 | - |
| YUV | 155.17 | 174.18 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 237 | 0 | 0.63 | 0.04 | 0.03 | 304.23 | 0.92 | 0.67 |
| Hex | F8 | 5C | ED | 0 | 3F | 4 | 3 | 130 | 5C | 43 |
| Octal | 370 | 134 | 355 | 0 | 77 | 4 | 3 | 460 | 134 | 103 |
| Binary | 11111000 | 1011100 | 11101101 | 0 | 111111 | 100 | 11 | 100110000 | 1011100 | 1000011 |
Color Harmonies of #F85CED
Complementary color
Monochromatic Colors of #F85CED
Black with #F85CED
Text Example
Text Example
White with #F85CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85CED; }
p { color: rgb(248,92,237); }
H1.HeaderClassName
{
color: #F85CED;
}
.AnyTagClassName
{
color: #F85CED;
}
</style>
background-color css
<style>
a { background-color: #F85CED; }
a { background-color: rgb(248,92,237); }
div.DivClassName
{
background-color: #F85CED;
}
.BgClassName
{
background-color: #F85CED;
}
</style>
border-color css
<style>
span { border-color: #F85CED; }
span { border-color: rgb(248,92,237); }
td.TdClassName
{
border-color: #F85CED;
}
.TagClassName
{
border-color: #F85CED;
}
</style>