Shades of Pink Flamingo #F85CF5
Tints of Pink Flamingo #F85CF5
RGB
CMYK
RGB Variations
Color information
#F85CF5 (or 0xF85CF5) is known color: Pink Flamingo. HEX triplet: F8, 5C and F5. RGB value is (248,92,245). Sum of RGB (Red+Green+Blue) = 248+92+245=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 92 (36.33% from 255 or 15.73% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85CF5 is #07A30A. Grayscale: #9B9B9B. Windows color (decimal): -500491 or 16080120. OLE color: 16080120.
HSL color Cylindrical-coordinate representation of color #F85CF5: hue angle of 301.15º 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 #F85CF5 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 245 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.03 |
| HSL | 301.15º | 0.92% | 0.67% | - |
| HSV(B) | 301.15º | 0.63% | 0.97% | - |
| XYZ | 59.02 | 34.2 | 89.88 | - |
| YUV | 156.09 | 178.18 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 245 | 0 | 0.63 | 0.01 | 0.03 | 301.15 | 0.92 | 0.67 |
| Hex | F8 | 5C | F5 | 0 | 3F | 1 | 3 | 12D | 5C | 43 |
| Octal | 370 | 134 | 365 | 0 | 77 | 1 | 3 | 455 | 134 | 103 |
| Binary | 11111000 | 1011100 | 11110101 | 0 | 111111 | 1 | 11 | 100101101 | 1011100 | 1000011 |
Color Harmonies of #F85CF5
Complementary color
Monochromatic Colors of #F85CF5
Black with #F85CF5
Text Example
Text Example
White with #F85CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85CF5; }
p { color: rgb(248,92,245); }
H1.HeaderClassName
{
color: #F85CF5;
}
.AnyTagClassName
{
color: #F85CF5;
}
</style>
background-color css
<style>
a { background-color: #F85CF5; }
a { background-color: rgb(248,92,245); }
div.DivClassName
{
background-color: #F85CF5;
}
.BgClassName
{
background-color: #F85CF5;
}
</style>
border-color css
<style>
span { border-color: #F85CF5; }
span { border-color: rgb(248,92,245); }
td.TdClassName
{
border-color: #F85CF5;
}
.TagClassName
{
border-color: #F85CF5;
}
</style>