Shades of Pink Flamingo #F83AF6
Tints of Pink Flamingo #F83AF6
RGB
CMYK
RGB Variations
Color information
#F83AF6 (or 0xF83AF6) is known color: Pink Flamingo. HEX triplet: F8, 3A and F6. RGB value is (248,58,246). Sum of RGB (Red+Green+Blue) = 248+58+246=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 58 (23.05% from 255 or 10.51% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83AF6 is #07C509. Grayscale: #878787. Windows color (decimal): -509194 or 16136952. OLE color: 16136952.
HSL color Cylindrical-coordinate representation of color #F83AF6: hue angle of 300.63º 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 #F83AF6 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 246 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.03 |
| HSL | 300.63º | 0.93% | 0.6% | - |
| HSV(B) | 300.63º | 0.77% | 0.97% | - |
| XYZ | 56.86 | 29.64 | 89.91 | - |
| YUV | 136.24 | 189.95 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 246 | 0 | 0.77 | 0.01 | 0.03 | 300.63 | 0.93 | 0.6 |
| Hex | F8 | 3A | F6 | 0 | 4D | 1 | 3 | 12D | 5D | 3C |
| Octal | 370 | 72 | 366 | 0 | 115 | 1 | 3 | 455 | 135 | 74 |
| Binary | 11111000 | 111010 | 11110110 | 0 | 1001101 | 1 | 11 | 100101101 | 1011101 | 111100 |
Color Harmonies of #F83AF6
Complementary color
Monochromatic Colors of #F83AF6
Black with #F83AF6
Text Example
Text Example
White with #F83AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83AF6; }
p { color: rgb(248,58,246); }
H1.HeaderClassName
{
color: #F83AF6;
}
.AnyTagClassName
{
color: #F83AF6;
}
</style>
background-color css
<style>
a { background-color: #F83AF6; }
a { background-color: rgb(248,58,246); }
div.DivClassName
{
background-color: #F83AF6;
}
.BgClassName
{
background-color: #F83AF6;
}
</style>
border-color css
<style>
span { border-color: #F83AF6; }
span { border-color: rgb(248,58,246); }
td.TdClassName
{
border-color: #F83AF6;
}
.TagClassName
{
border-color: #F83AF6;
}
</style>