Shades of Pink Flamingo #FB41F3
Tints of Pink Flamingo #FB41F3
RGB
CMYK
RGB Variations
Color information
#FB41F3 (or 0xFB41F3) is known color: Pink Flamingo. HEX triplet: FB, 41 and F3. RGB value is (251,65,243). Sum of RGB (Red+Green+Blue) = 251+65+243=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 65 (25.78% from 255 or 11.63% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB41F3 is #04BE0C. Grayscale: #8C8C8C. Windows color (decimal): -310797 or 15942139. OLE color: 15942139.
HSL color Cylindrical-coordinate representation of color #FB41F3: hue angle of 302.58º 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 #FB41F3 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 243 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.02 |
| HSL | 302.58º | 0.96% | 0.62% | - |
| HSV(B) | 302.58º | 0.74% | 0.98% | - |
| XYZ | 57.85 | 30.76 | 87.68 | - |
| YUV | 140.91 | 185.62 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 243 | 0 | 0.74 | 0.03 | 0.02 | 302.58 | 0.96 | 0.62 |
| Hex | FB | 41 | F3 | 0 | 4A | 3 | 2 | 12F | 60 | 3E |
| Octal | 373 | 101 | 363 | 0 | 112 | 3 | 2 | 457 | 140 | 76 |
| Binary | 11111011 | 1000001 | 11110011 | 0 | 1001010 | 11 | 10 | 100101111 | 1100000 | 111110 |
Color Harmonies of #FB41F3
Complementary color
Monochromatic Colors of #FB41F3
Black with #FB41F3
Text Example
Text Example
White with #FB41F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB41F3; }
p { color: rgb(251,65,243); }
H1.HeaderClassName
{
color: #FB41F3;
}
.AnyTagClassName
{
color: #FB41F3;
}
</style>
background-color css
<style>
a { background-color: #FB41F3; }
a { background-color: rgb(251,65,243); }
div.DivClassName
{
background-color: #FB41F3;
}
.BgClassName
{
background-color: #FB41F3;
}
</style>
border-color css
<style>
span { border-color: #FB41F3; }
span { border-color: rgb(251,65,243); }
td.TdClassName
{
border-color: #FB41F3;
}
.TagClassName
{
border-color: #FB41F3;
}
</style>