Shades of Pink Flamingo #F83AFC
Tints of Pink Flamingo #F83AFC
RGB
CMYK
RGB Variations
Color information
#F83AFC (or 0xF83AFC) is known color: Pink Flamingo. HEX triplet: F8, 3A and FC. RGB value is (248,58,252). Sum of RGB (Red+Green+Blue) = 248+58+252=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 58 (23.05% from 255 or 10.39% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #F83AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83AFC is #07C503. Grayscale: #888888. Windows color (decimal): -509188 or 16530168. OLE color: 16530168.
HSL color Cylindrical-coordinate representation of color #F83AFC: hue angle of 298.76º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83AFC is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 58 | 252 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.01 |
| HSL | 298.76º | 0.97% | 0.61% | - |
| HSV(B) | 298.76º | 0.77% | 0.99% | - |
| XYZ | 57.8 | 30.01 | 94.84 | - |
| YUV | 136.93 | 192.95 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 252 | 0.02 | 0.77 | 0 | 0.01 | 298.76 | 0.97 | 0.61 |
| Hex | F8 | 3A | FC | 2 | 4D | 0 | 1 | 12B | 61 | 3D |
| Octal | 370 | 72 | 374 | 2 | 115 | 0 | 1 | 453 | 141 | 75 |
| Binary | 11111000 | 111010 | 11111100 | 10 | 1001101 | 0 | 1 | 100101011 | 1100001 | 111101 |
Color Harmonies of #F83AFC
Complementary color
Monochromatic Colors of #F83AFC
Black with #F83AFC
Text Example
Text Example
White with #F83AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83AFC; }
p { color: rgb(248,58,252); }
H1.HeaderClassName
{
color: #F83AFC;
}
.AnyTagClassName
{
color: #F83AFC;
}
</style>
background-color css
<style>
a { background-color: #F83AFC; }
a { background-color: rgb(248,58,252); }
div.DivClassName
{
background-color: #F83AFC;
}
.BgClassName
{
background-color: #F83AFC;
}
</style>
border-color css
<style>
span { border-color: #F83AFC; }
span { border-color: rgb(248,58,252); }
td.TdClassName
{
border-color: #F83AFC;
}
.TagClassName
{
border-color: #F83AFC;
}
</style>