Shades of Pink Flamingo #F85AF3
Tints of Pink Flamingo #F85AF3
RGB
CMYK
RGB Variations
Color information
#F85AF3 (or 0xF85AF3) is known color: Pink Flamingo. HEX triplet: F8, 5A and F3. RGB value is (248,90,243). Sum of RGB (Red+Green+Blue) = 248+90+243=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 90 (35.55% from 255 or 15.49% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F85AF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85AF3 is #07A50C. Grayscale: #9A9A9A. Windows color (decimal): -501005 or 15948536. OLE color: 15948536.
HSL color Cylindrical-coordinate representation of color #F85AF3: hue angle of 301.9º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85AF3 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 243 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.03 |
| HSL | 301.9º | 0.92% | 0.66% | - |
| HSV(B) | 301.9º | 0.64% | 0.97% | - |
| XYZ | 58.55 | 33.74 | 88.22 | - |
| YUV | 154.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 243 | 0 | 0.64 | 0.02 | 0.03 | 301.9 | 0.92 | 0.66 |
| Hex | F8 | 5A | F3 | 0 | 40 | 2 | 3 | 12E | 5C | 42 |
| Octal | 370 | 132 | 363 | 0 | 100 | 2 | 3 | 456 | 134 | 102 |
| Binary | 11111000 | 1011010 | 11110011 | 0 | 1000000 | 10 | 11 | 100101110 | 1011100 | 1000010 |
Color Harmonies of #F85AF3
Complementary color
Monochromatic Colors of #F85AF3
Black with #F85AF3
Text Example
Text Example
White with #F85AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85AF3; }
p { color: rgb(248,90,243); }
H1.HeaderClassName
{
color: #F85AF3;
}
.AnyTagClassName
{
color: #F85AF3;
}
</style>
background-color css
<style>
a { background-color: #F85AF3; }
a { background-color: rgb(248,90,243); }
div.DivClassName
{
background-color: #F85AF3;
}
.BgClassName
{
background-color: #F85AF3;
}
</style>
border-color css
<style>
span { border-color: #F85AF3; }
span { border-color: rgb(248,90,243); }
td.TdClassName
{
border-color: #F85AF3;
}
.TagClassName
{
border-color: #F85AF3;
}
</style>