Shades of Pink Flamingo #FB3FF1
Tints of Pink Flamingo #FB3FF1
RGB
CMYK
RGB Variations
Color information
#FB3FF1 (or 0xFB3FF1) is known color: Pink Flamingo. HEX triplet: FB, 3F and F1. RGB value is (251,63,241). Sum of RGB (Red+Green+Blue) = 251+63+241=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 63 (25% from 255 or 11.35% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3FF1 is #04C00E. Grayscale: #8A8A8A. Windows color (decimal): -311311 or 15810555. OLE color: 15810555.
HSL color Cylindrical-coordinate representation of color #FB3FF1: hue angle of 303.19º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3FF1 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 241 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.02 |
| HSL | 303.19º | 0.96% | 0.62% | - |
| HSV(B) | 303.19º | 0.75% | 0.98% | - |
| XYZ | 57.44 | 30.42 | 86.06 | - |
| YUV | 139.5 | 185.28 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 241 | 0 | 0.75 | 0.04 | 0.02 | 303.19 | 0.96 | 0.62 |
| Hex | FB | 3F | F1 | 0 | 4B | 4 | 2 | 12F | 60 | 3E |
| Octal | 373 | 77 | 361 | 0 | 113 | 4 | 2 | 457 | 140 | 76 |
| Binary | 11111011 | 111111 | 11110001 | 0 | 1001011 | 100 | 10 | 100101111 | 1100000 | 111110 |
Color Harmonies of #FB3FF1
Complementary color
Monochromatic Colors of #FB3FF1
Black with #FB3FF1
Text Example
Text Example
White with #FB3FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3FF1; }
p { color: rgb(251,63,241); }
H1.HeaderClassName
{
color: #FB3FF1;
}
.AnyTagClassName
{
color: #FB3FF1;
}
</style>
background-color css
<style>
a { background-color: #FB3FF1; }
a { background-color: rgb(251,63,241); }
div.DivClassName
{
background-color: #FB3FF1;
}
.BgClassName
{
background-color: #FB3FF1;
}
</style>
border-color css
<style>
span { border-color: #FB3FF1; }
span { border-color: rgb(251,63,241); }
td.TdClassName
{
border-color: #FB3FF1;
}
.TagClassName
{
border-color: #FB3FF1;
}
</style>