Shades of Pink Flamingo #F85FFD
Tints of Pink Flamingo #F85FFD
RGB
CMYK
RGB Variations
Color information
#F85FFD (or 0xF85FFD) is known color: Pink Flamingo. HEX triplet: F8, 5F and FD. RGB value is (248,95,253). Sum of RGB (Red+Green+Blue) = 248+95+253=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 95 (37.5% from 255 or 15.94% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #F85FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85FFD is #07A002. Grayscale: #9E9E9E. Windows color (decimal): -499715 or 16605176. OLE color: 16605176.
HSL color Cylindrical-coordinate representation of color #F85FFD: hue angle of 298.1º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85FFD is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 95 | 253 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.01 |
| HSL | 298.1º | 0.98% | 0.68% | - |
| HSV(B) | 298.1º | 0.62% | 0.99% | - |
| XYZ | 60.53 | 35.23 | 96.54 | - |
| YUV | 158.76 | 181.19 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 95 | 253 | 0.02 | 0.62 | 0 | 0.01 | 298.1 | 0.98 | 0.68 |
| Hex | F8 | 5F | FD | 2 | 3E | 0 | 1 | 12A | 62 | 44 |
| Octal | 370 | 137 | 375 | 2 | 76 | 0 | 1 | 452 | 142 | 104 |
| Binary | 11111000 | 1011111 | 11111101 | 10 | 111110 | 0 | 1 | 100101010 | 1100010 | 1000100 |
Color Harmonies of #F85FFD
Complementary color
Monochromatic Colors of #F85FFD
Black with #F85FFD
Text Example
Text Example
White with #F85FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85FFD; }
p { color: rgb(248,95,253); }
H1.HeaderClassName
{
color: #F85FFD;
}
.AnyTagClassName
{
color: #F85FFD;
}
</style>
background-color css
<style>
a { background-color: #F85FFD; }
a { background-color: rgb(248,95,253); }
div.DivClassName
{
background-color: #F85FFD;
}
.BgClassName
{
background-color: #F85FFD;
}
</style>
border-color css
<style>
span { border-color: #F85FFD; }
span { border-color: rgb(248,95,253); }
td.TdClassName
{
border-color: #F85FFD;
}
.TagClassName
{
border-color: #F85FFD;
}
</style>