Shades of Pink Flamingo #FB41F0
Tints of Pink Flamingo #FB41F0
RGB
CMYK
RGB Variations
Color information
#FB41F0 (or 0xFB41F0) is known color: Pink Flamingo. HEX triplet: FB, 41 and F0. RGB value is (251,65,240). Sum of RGB (Red+Green+Blue) = 251+65+240=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 65 (25.78% from 255 or 11.69% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB41F0 is #04BE0F. Grayscale: #8C8C8C. Windows color (decimal): -310800 or 15745531. OLE color: 15745531.
HSL color Cylindrical-coordinate representation of color #FB41F0: hue angle of 303.55º 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 #FB41F0 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 240 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.02 |
| HSL | 303.55º | 0.96% | 0.62% | - |
| HSV(B) | 303.55º | 0.74% | 0.98% | - |
| XYZ | 57.4 | 30.58 | 85.32 | - |
| YUV | 140.56 | 184.12 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 240 | 0 | 0.74 | 0.04 | 0.02 | 303.55 | 0.96 | 0.62 |
| Hex | FB | 41 | F0 | 0 | 4A | 4 | 2 | 130 | 60 | 3E |
| Octal | 373 | 101 | 360 | 0 | 112 | 4 | 2 | 460 | 140 | 76 |
| Binary | 11111011 | 1000001 | 11110000 | 0 | 1001010 | 100 | 10 | 100110000 | 1100000 | 111110 |
Color Harmonies of #FB41F0
Complementary color
Monochromatic Colors of #FB41F0
Black with #FB41F0
Text Example
Text Example
White with #FB41F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB41F0; }
p { color: rgb(251,65,240); }
H1.HeaderClassName
{
color: #FB41F0;
}
.AnyTagClassName
{
color: #FB41F0;
}
</style>
background-color css
<style>
a { background-color: #FB41F0; }
a { background-color: rgb(251,65,240); }
div.DivClassName
{
background-color: #FB41F0;
}
.BgClassName
{
background-color: #FB41F0;
}
</style>
border-color css
<style>
span { border-color: #FB41F0; }
span { border-color: rgb(251,65,240); }
td.TdClassName
{
border-color: #FB41F0;
}
.TagClassName
{
border-color: #FB41F0;
}
</style>