Shades of Pink Flamingo #F83AF8
Tints of Pink Flamingo #F83AF8
RGB
CMYK
RGB Variations
Color information
#F83AF8 (or 0xF83AF8) is known color: Pink Flamingo. HEX triplet: F8, 3A and F8. RGB value is (248,58,248). Sum of RGB (Red+Green+Blue) = 248+58+248=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 58 (23.05% from 255 or 10.47% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F83AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83AF8 is #07C507. Grayscale: #878787. Windows color (decimal): -509192 or 16268024. OLE color: 16268024.
HSL color Cylindrical-coordinate representation of color #F83AF8: hue angle of 300º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83AF8 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 248 | - |
| CMYK | 0 | 0.77 | 0 | 0.03 |
| HSL | 300º | 0.93% | 0.6% | - |
| HSV(B) | 300º | 0.77% | 0.97% | - |
| XYZ | 57.17 | 29.76 | 91.54 | - |
| YUV | 136.47 | 190.95 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 248 | 0 | 0.77 | 0 | 0.03 | 300 | 0.93 | 0.6 |
| Hex | F8 | 3A | F8 | 0 | 4D | 0 | 3 | 12C | 5D | 3C |
| Octal | 370 | 72 | 370 | 0 | 115 | 0 | 3 | 454 | 135 | 74 |
| Binary | 11111000 | 111010 | 11111000 | 0 | 1001101 | 0 | 11 | 100101100 | 1011101 | 111100 |
Color Harmonies of #F83AF8
Complementary color
Monochromatic Colors of #F83AF8
Black with #F83AF8
Text Example
Text Example
White with #F83AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83AF8; }
p { color: rgb(248,58,248); }
H1.HeaderClassName
{
color: #F83AF8;
}
.AnyTagClassName
{
color: #F83AF8;
}
</style>
background-color css
<style>
a { background-color: #F83AF8; }
a { background-color: rgb(248,58,248); }
div.DivClassName
{
background-color: #F83AF8;
}
.BgClassName
{
background-color: #F83AF8;
}
</style>
border-color css
<style>
span { border-color: #F83AF8; }
span { border-color: rgb(248,58,248); }
td.TdClassName
{
border-color: #F83AF8;
}
.TagClassName
{
border-color: #F83AF8;
}
</style>