Shades of Pink Flamingo #FB41FC
Tints of Pink Flamingo #FB41FC
RGB
CMYK
RGB Variations
Color information
#FB41FC (or 0xFB41FC) is known color: Pink Flamingo. HEX triplet: FB, 41 and FC. RGB value is (251,65,252). Sum of RGB (Red+Green+Blue) = 251+65+252=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 65 (25.78% from 255 or 11.44% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB41FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB41FC is #04BE03. Grayscale: #8D8D8D. Windows color (decimal): -310788 or 16531963. OLE color: 16531963.
HSL color Cylindrical-coordinate representation of color #FB41FC: hue angle of 299.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB41FC is Cyan = 0.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 65 | 252 | - |
| CMYK | 0.00 | 0.74 | 0 | 0.01 |
| HSL | 299.68º | 0.97% | 0.62% | - |
| HSV(B) | 299.68º | 0.74% | 0.99% | - |
| XYZ | 59.24 | 31.32 | 95.02 | - |
| YUV | 141.93 | 190.12 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 252 | 0.00 | 0.74 | 0 | 0.01 | 299.68 | 0.97 | 0.62 |
| Hex | FB | 41 | FC | 0 | 4A | 0 | 1 | 12C | 61 | 3E |
| Octal | 373 | 101 | 374 | 0 | 112 | 0 | 1 | 454 | 141 | 76 |
| Binary | 11111011 | 1000001 | 11111100 | 0 | 1001010 | 0 | 1 | 100101100 | 1100001 | 111110 |
Color Harmonies of #FB41FC
Complementary color
Monochromatic Colors of #FB41FC
Black with #FB41FC
Text Example
Text Example
White with #FB41FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB41FC; }
p { color: rgb(251,65,252); }
H1.HeaderClassName
{
color: #FB41FC;
}
.AnyTagClassName
{
color: #FB41FC;
}
</style>
background-color css
<style>
a { background-color: #FB41FC; }
a { background-color: rgb(251,65,252); }
div.DivClassName
{
background-color: #FB41FC;
}
.BgClassName
{
background-color: #FB41FC;
}
</style>
border-color css
<style>
span { border-color: #FB41FC; }
span { border-color: rgb(251,65,252); }
td.TdClassName
{
border-color: #FB41FC;
}
.TagClassName
{
border-color: #FB41FC;
}
</style>