Shades of Pink Flamingo #F83AFB
Tints of Pink Flamingo #F83AFB
RGB
CMYK
RGB Variations
Color information
#F83AFB (or 0xF83AFB) is known color: Pink Flamingo. HEX triplet: F8, 3A and FB. RGB value is (248,58,251). Sum of RGB (Red+Green+Blue) = 248+58+251=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 58 (23.05% from 255 or 10.41% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #F83AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83AFB is #07C504. Grayscale: #888888. Windows color (decimal): -509189 or 16464632. OLE color: 16464632.
HSL color Cylindrical-coordinate representation of color #F83AFB: hue angle of 299.07º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83AFB is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 58 | 251 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.02 |
| HSL | 299.07º | 0.96% | 0.61% | - |
| HSV(B) | 299.07º | 0.77% | 0.98% | - |
| XYZ | 57.64 | 29.95 | 94.01 | - |
| YUV | 136.81 | 192.45 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 251 | 0.01 | 0.77 | 0 | 0.02 | 299.07 | 0.96 | 0.61 |
| Hex | F8 | 3A | FB | 1 | 4D | 0 | 2 | 12B | 60 | 3D |
| Octal | 370 | 72 | 373 | 1 | 115 | 0 | 2 | 453 | 140 | 75 |
| Binary | 11111000 | 111010 | 11111011 | 1 | 1001101 | 0 | 10 | 100101011 | 1100000 | 111101 |
Color Harmonies of #F83AFB
Complementary color
Monochromatic Colors of #F83AFB
Black with #F83AFB
Text Example
Text Example
White with #F83AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83AFB; }
p { color: rgb(248,58,251); }
H1.HeaderClassName
{
color: #F83AFB;
}
.AnyTagClassName
{
color: #F83AFB;
}
</style>
background-color css
<style>
a { background-color: #F83AFB; }
a { background-color: rgb(248,58,251); }
div.DivClassName
{
background-color: #F83AFB;
}
.BgClassName
{
background-color: #F83AFB;
}
</style>
border-color css
<style>
span { border-color: #F83AFB; }
span { border-color: rgb(248,58,251); }
td.TdClassName
{
border-color: #F83AFB;
}
.TagClassName
{
border-color: #F83AFB;
}
</style>