Shades of Pink Flamingo #F93BFB
Tints of Pink Flamingo #F93BFB
RGB
CMYK
RGB Variations
Color information
#F93BFB (or 0xF93BFB) is known color: Pink Flamingo. HEX triplet: F9, 3B and FB. RGB value is (249,59,251). Sum of RGB (Red+Green+Blue) = 249+59+251=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 59 (23.44% from 255 or 10.55% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #F93BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93BFB is #06C404. Grayscale: #898989. Windows color (decimal): -443397 or 16464889. OLE color: 16464889.
HSL color Cylindrical-coordinate representation of color #F93BFB: hue angle of 299.38º 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 #F93BFB is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 251 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.02 |
| HSL | 299.38º | 0.96% | 0.61% | - |
| HSV(B) | 299.38º | 0.76% | 0.98% | - |
| XYZ | 58.04 | 30.23 | 94.04 | - |
| YUV | 137.7 | 191.95 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 251 | 0.01 | 0.76 | 0 | 0.02 | 299.38 | 0.96 | 0.61 |
| Hex | F9 | 3B | FB | 1 | 4C | 0 | 2 | 12B | 60 | 3D |
| Octal | 371 | 73 | 373 | 1 | 114 | 0 | 2 | 453 | 140 | 75 |
| Binary | 11111001 | 111011 | 11111011 | 1 | 1001100 | 0 | 10 | 100101011 | 1100000 | 111101 |
Color Harmonies of #F93BFB
Complementary color
Monochromatic Colors of #F93BFB
Black with #F93BFB
Text Example
Text Example
White with #F93BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93BFB; }
p { color: rgb(249,59,251); }
H1.HeaderClassName
{
color: #F93BFB;
}
.AnyTagClassName
{
color: #F93BFB;
}
</style>
background-color css
<style>
a { background-color: #F93BFB; }
a { background-color: rgb(249,59,251); }
div.DivClassName
{
background-color: #F93BFB;
}
.BgClassName
{
background-color: #F93BFB;
}
</style>
border-color css
<style>
span { border-color: #F93BFB; }
span { border-color: rgb(249,59,251); }
td.TdClassName
{
border-color: #F93BFB;
}
.TagClassName
{
border-color: #F93BFB;
}
</style>