Shades of Pink Flamingo #FB41F2
Tints of Pink Flamingo #FB41F2
RGB
CMYK
RGB Variations
Color information
#FB41F2 (or 0xFB41F2) is known color: Pink Flamingo. HEX triplet: FB, 41 and F2. RGB value is (251,65,242). Sum of RGB (Red+Green+Blue) = 251+65+242=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 65 (25.78% from 255 or 11.65% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB41F2 is #04BE0D. Grayscale: #8C8C8C. Windows color (decimal): -310798 or 15876603. OLE color: 15876603.
HSL color Cylindrical-coordinate representation of color #FB41F2: hue angle of 302.9º 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 #FB41F2 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 242 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.02 |
| HSL | 302.9º | 0.96% | 0.62% | - |
| HSV(B) | 302.9º | 0.74% | 0.98% | - |
| XYZ | 57.7 | 30.7 | 86.89 | - |
| YUV | 140.79 | 185.12 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 242 | 0 | 0.74 | 0.04 | 0.02 | 302.9 | 0.96 | 0.62 |
| Hex | FB | 41 | F2 | 0 | 4A | 4 | 2 | 12F | 60 | 3E |
| Octal | 373 | 101 | 362 | 0 | 112 | 4 | 2 | 457 | 140 | 76 |
| Binary | 11111011 | 1000001 | 11110010 | 0 | 1001010 | 100 | 10 | 100101111 | 1100000 | 111110 |
Color Harmonies of #FB41F2
Complementary color
Monochromatic Colors of #FB41F2
Black with #FB41F2
Text Example
Text Example
White with #FB41F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB41F2; }
p { color: rgb(251,65,242); }
H1.HeaderClassName
{
color: #FB41F2;
}
.AnyTagClassName
{
color: #FB41F2;
}
</style>
background-color css
<style>
a { background-color: #FB41F2; }
a { background-color: rgb(251,65,242); }
div.DivClassName
{
background-color: #FB41F2;
}
.BgClassName
{
background-color: #FB41F2;
}
</style>
border-color css
<style>
span { border-color: #FB41F2; }
span { border-color: rgb(251,65,242); }
td.TdClassName
{
border-color: #FB41F2;
}
.TagClassName
{
border-color: #FB41F2;
}
</style>