Shades of Pink Flamingo #FB41EF
Tints of Pink Flamingo #FB41EF
RGB
CMYK
RGB Variations
Color information
#FB41EF (or 0xFB41EF) is known color: Pink Flamingo. HEX triplet: FB, 41 and EF. RGB value is (251,65,239). Sum of RGB (Red+Green+Blue) = 251+65+239=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 65 (25.78% from 255 or 11.71% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB41EF is #04BE10. Grayscale: #8B8B8B. Windows color (decimal): -310801 or 15679995. OLE color: 15679995.
HSL color Cylindrical-coordinate representation of color #FB41EF: hue angle of 303.87º 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 #FB41EF is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 239 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.02 |
| HSL | 303.87º | 0.96% | 0.62% | - |
| HSV(B) | 303.87º | 0.74% | 0.98% | - |
| XYZ | 57.25 | 30.52 | 84.54 | - |
| YUV | 140.45 | 183.62 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 239 | 0 | 0.74 | 0.05 | 0.02 | 303.87 | 0.96 | 0.62 |
| Hex | FB | 41 | EF | 0 | 4A | 5 | 2 | 130 | 60 | 3E |
| Octal | 373 | 101 | 357 | 0 | 112 | 5 | 2 | 460 | 140 | 76 |
| Binary | 11111011 | 1000001 | 11101111 | 0 | 1001010 | 101 | 10 | 100110000 | 1100000 | 111110 |
Color Harmonies of #FB41EF
Complementary color
Monochromatic Colors of #FB41EF
Black with #FB41EF
Text Example
Text Example
White with #FB41EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB41EF; }
p { color: rgb(251,65,239); }
H1.HeaderClassName
{
color: #FB41EF;
}
.AnyTagClassName
{
color: #FB41EF;
}
</style>
background-color css
<style>
a { background-color: #FB41EF; }
a { background-color: rgb(251,65,239); }
div.DivClassName
{
background-color: #FB41EF;
}
.BgClassName
{
background-color: #FB41EF;
}
</style>
border-color css
<style>
span { border-color: #FB41EF; }
span { border-color: rgb(251,65,239); }
td.TdClassName
{
border-color: #FB41EF;
}
.TagClassName
{
border-color: #FB41EF;
}
</style>