Shades of Pink Flamingo #F83AF5
Tints of Pink Flamingo #F83AF5
RGB
CMYK
RGB Variations
Color information
#F83AF5 (or 0xF83AF5) is known color: Pink Flamingo. HEX triplet: F8, 3A and F5. RGB value is (248,58,245). Sum of RGB (Red+Green+Blue) = 248+58+245=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 58 (23.05% from 255 or 10.53% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83AF5 is #07C50A. Grayscale: #878787. Windows color (decimal): -509195 or 16071416. OLE color: 16071416.
HSL color Cylindrical-coordinate representation of color #F83AF5: hue angle of 300.95º 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 #F83AF5 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 245 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.03 |
| HSL | 300.95º | 0.93% | 0.6% | - |
| HSV(B) | 300.95º | 0.77% | 0.97% | - |
| XYZ | 56.71 | 29.58 | 89.11 | - |
| YUV | 136.13 | 189.45 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 245 | 0 | 0.77 | 0.01 | 0.03 | 300.95 | 0.93 | 0.6 |
| Hex | F8 | 3A | F5 | 0 | 4D | 1 | 3 | 12D | 5D | 3C |
| Octal | 370 | 72 | 365 | 0 | 115 | 1 | 3 | 455 | 135 | 74 |
| Binary | 11111000 | 111010 | 11110101 | 0 | 1001101 | 1 | 11 | 100101101 | 1011101 | 111100 |
Color Harmonies of #F83AF5
Complementary color
Monochromatic Colors of #F83AF5
Black with #F83AF5
Text Example
Text Example
White with #F83AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83AF5; }
p { color: rgb(248,58,245); }
H1.HeaderClassName
{
color: #F83AF5;
}
.AnyTagClassName
{
color: #F83AF5;
}
</style>
background-color css
<style>
a { background-color: #F83AF5; }
a { background-color: rgb(248,58,245); }
div.DivClassName
{
background-color: #F83AF5;
}
.BgClassName
{
background-color: #F83AF5;
}
</style>
border-color css
<style>
span { border-color: #F83AF5; }
span { border-color: rgb(248,58,245); }
td.TdClassName
{
border-color: #F83AF5;
}
.TagClassName
{
border-color: #F83AF5;
}
</style>