Shades of Pink Flamingo #F83AFF
Tints of Pink Flamingo #F83AFF
RGB
CMYK
RGB Variations
Color information
#F83AFF (or 0xF83AFF) is known color: Pink Flamingo. HEX triplet: F8, 3A and FF. RGB value is (248,58,255). Sum of RGB (Red+Green+Blue) = 248+58+255=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 58 (23.05% from 255 or 10.34% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #F83AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83AFF is #07C500. Grayscale: #888888. Windows color (decimal): -509185 or 16726776. OLE color: 16726776.
HSL color Cylindrical-coordinate representation of color #F83AFF: hue angle of 297.87º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83AFF is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 58 | 255 | - |
| CMYK | 0.03 | 0.77 | 0 | 0 |
| HSL | 297.87º | 1% | 0.61% | - |
| HSV(B) | 297.87º | 0.77% | 1% | - |
| XYZ | 58.27 | 30.2 | 97.37 | - |
| YUV | 137.27 | 194.45 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 255 | 0.03 | 0.77 | 0 | 0 | 297.87 | 1 | 0.61 |
| Hex | F8 | 3A | FF | 3 | 4D | 0 | 0 | 12A | 64 | 3D |
| Octal | 370 | 72 | 377 | 3 | 115 | 0 | 0 | 452 | 144 | 75 |
| Binary | 11111000 | 111010 | 11111111 | 11 | 1001101 | 0 | 0 | 100101010 | 1100100 | 111101 |
Color Harmonies of #F83AFF
Complementary color
Monochromatic Colors of #F83AFF
Black with #F83AFF
Text Example
Text Example
White with #F83AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83AFF; }
p { color: rgb(248,58,255); }
H1.HeaderClassName
{
color: #F83AFF;
}
.AnyTagClassName
{
color: #F83AFF;
}
</style>
background-color css
<style>
a { background-color: #F83AFF; }
a { background-color: rgb(248,58,255); }
div.DivClassName
{
background-color: #F83AFF;
}
.BgClassName
{
background-color: #F83AFF;
}
</style>
border-color css
<style>
span { border-color: #F83AFF; }
span { border-color: rgb(248,58,255); }
td.TdClassName
{
border-color: #F83AFF;
}
.TagClassName
{
border-color: #F83AFF;
}
</style>