Shades of Pink Flamingo #FB41F9
Tints of Pink Flamingo #FB41F9
RGB
CMYK
RGB Variations
Color information
#FB41F9 (or 0xFB41F9) is known color: Pink Flamingo. HEX triplet: FB, 41 and F9. RGB value is (251,65,249). Sum of RGB (Red+Green+Blue) = 251+65+249=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 65 (25.78% from 255 or 11.50% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB41F9 is #04BE06. Grayscale: #8D8D8D. Windows color (decimal): -310791 or 16335355. OLE color: 16335355.
HSL color Cylindrical-coordinate representation of color #FB41F9: hue angle of 300.65º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB41F9 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 249 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.02 |
| HSL | 300.65º | 0.96% | 0.62% | - |
| HSV(B) | 300.65º | 0.74% | 0.98% | - |
| XYZ | 58.77 | 31.13 | 92.53 | - |
| YUV | 141.59 | 188.62 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 249 | 0 | 0.74 | 0.01 | 0.02 | 300.65 | 0.96 | 0.62 |
| Hex | FB | 41 | F9 | 0 | 4A | 1 | 2 | 12D | 60 | 3E |
| Octal | 373 | 101 | 371 | 0 | 112 | 1 | 2 | 455 | 140 | 76 |
| Binary | 11111011 | 1000001 | 11111001 | 0 | 1001010 | 1 | 10 | 100101101 | 1100000 | 111110 |
Color Harmonies of #FB41F9
Complementary color
Monochromatic Colors of #FB41F9
Black with #FB41F9
Text Example
Text Example
White with #FB41F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB41F9; }
p { color: rgb(251,65,249); }
H1.HeaderClassName
{
color: #FB41F9;
}
.AnyTagClassName
{
color: #FB41F9;
}
</style>
background-color css
<style>
a { background-color: #FB41F9; }
a { background-color: rgb(251,65,249); }
div.DivClassName
{
background-color: #FB41F9;
}
.BgClassName
{
background-color: #FB41F9;
}
</style>
border-color css
<style>
span { border-color: #FB41F9; }
span { border-color: rgb(251,65,249); }
td.TdClassName
{
border-color: #FB41F9;
}
.TagClassName
{
border-color: #FB41F9;
}
</style>