Shades of Pink Flamingo #F83DFB
Tints of Pink Flamingo #F83DFB
RGB
CMYK
RGB Variations
Color information
#F83DFB (or 0xF83DFB) is known color: Pink Flamingo. HEX triplet: F8, 3D and FB. RGB value is (248,61,251). Sum of RGB (Red+Green+Blue) = 248+61+251=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 61 (24.22% from 255 or 10.89% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #F83DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83DFB is #07C204. Grayscale: #8A8A8A. Windows color (decimal): -508421 or 16465400. OLE color: 16465400.
HSL color Cylindrical-coordinate representation of color #F83DFB: hue angle of 299.05º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83DFB is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 61 | 251 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.02 |
| HSL | 299.05º | 0.96% | 0.61% | - |
| HSV(B) | 299.05º | 0.76% | 0.98% | - |
| XYZ | 57.79 | 30.26 | 94.06 | - |
| YUV | 138.57 | 191.45 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 251 | 0.01 | 0.76 | 0 | 0.02 | 299.05 | 0.96 | 0.61 |
| Hex | F8 | 3D | FB | 1 | 4C | 0 | 2 | 12B | 60 | 3D |
| Octal | 370 | 75 | 373 | 1 | 114 | 0 | 2 | 453 | 140 | 75 |
| Binary | 11111000 | 111101 | 11111011 | 1 | 1001100 | 0 | 10 | 100101011 | 1100000 | 111101 |
Color Harmonies of #F83DFB
Complementary color
Monochromatic Colors of #F83DFB
Black with #F83DFB
Text Example
Text Example
White with #F83DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83DFB; }
p { color: rgb(248,61,251); }
H1.HeaderClassName
{
color: #F83DFB;
}
.AnyTagClassName
{
color: #F83DFB;
}
</style>
background-color css
<style>
a { background-color: #F83DFB; }
a { background-color: rgb(248,61,251); }
div.DivClassName
{
background-color: #F83DFB;
}
.BgClassName
{
background-color: #F83DFB;
}
</style>
border-color css
<style>
span { border-color: #F83DFB; }
span { border-color: rgb(248,61,251); }
td.TdClassName
{
border-color: #F83DFB;
}
.TagClassName
{
border-color: #F83DFB;
}
</style>