Shades of Pink Flamingo #F85DFC
Tints of Pink Flamingo #F85DFC
RGB
CMYK
RGB Variations
Color information
#F85DFC (or 0xF85DFC) is known color: Pink Flamingo. HEX triplet: F8, 5D and FC. RGB value is (248,93,252). Sum of RGB (Red+Green+Blue) = 248+93+252=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 93 (36.72% from 255 or 15.68% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #F85DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85DFC is #07A203. Grayscale: #9C9C9C. Windows color (decimal): -500228 or 16539128. OLE color: 16539128.
HSL color Cylindrical-coordinate representation of color #F85DFC: hue angle of 298.49º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85DFC is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 93 | 252 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.01 |
| HSL | 298.49º | 0.96% | 0.68% | - |
| HSV(B) | 298.49º | 0.63% | 0.99% | - |
| XYZ | 60.2 | 34.81 | 95.64 | - |
| YUV | 157.47 | 181.35 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 252 | 0.02 | 0.63 | 0 | 0.01 | 298.49 | 0.96 | 0.68 |
| Hex | F8 | 5D | FC | 2 | 3F | 0 | 1 | 12A | 60 | 44 |
| Octal | 370 | 135 | 374 | 2 | 77 | 0 | 1 | 452 | 140 | 104 |
| Binary | 11111000 | 1011101 | 11111100 | 10 | 111111 | 0 | 1 | 100101010 | 1100000 | 1000100 |
Color Harmonies of #F85DFC
Complementary color
Monochromatic Colors of #F85DFC
Black with #F85DFC
Text Example
Text Example
White with #F85DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85DFC; }
p { color: rgb(248,93,252); }
H1.HeaderClassName
{
color: #F85DFC;
}
.AnyTagClassName
{
color: #F85DFC;
}
</style>
background-color css
<style>
a { background-color: #F85DFC; }
a { background-color: rgb(248,93,252); }
div.DivClassName
{
background-color: #F85DFC;
}
.BgClassName
{
background-color: #F85DFC;
}
</style>
border-color css
<style>
span { border-color: #F85DFC; }
span { border-color: rgb(248,93,252); }
td.TdClassName
{
border-color: #F85DFC;
}
.TagClassName
{
border-color: #F85DFC;
}
</style>