Shades of Pink Flamingo #FB4AF6
Tints of Pink Flamingo #FB4AF6
RGB
CMYK
RGB Variations
Color information
#FB4AF6 (or 0xFB4AF6) is known color: Pink Flamingo. HEX triplet: FB, 4A and F6. RGB value is (251,74,246). Sum of RGB (Red+Green+Blue) = 251+74+246=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 74 (29.30% from 255 or 12.96% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4AF6 is #04B509. Grayscale: #929292. Windows color (decimal): -308490 or 16141051. OLE color: 16141051.
HSL color Cylindrical-coordinate representation of color #FB4AF6: hue angle of 301.69º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4AF6 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 246 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.02 |
| HSL | 301.69º | 0.96% | 0.64% | - |
| HSV(B) | 301.69º | 0.71% | 0.98% | - |
| XYZ | 58.87 | 32.06 | 90.27 | - |
| YUV | 146.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 246 | 0 | 0.71 | 0.02 | 0.02 | 301.69 | 0.96 | 0.64 |
| Hex | FB | 4A | F6 | 0 | 47 | 2 | 2 | 12E | 60 | 40 |
| Octal | 373 | 112 | 366 | 0 | 107 | 2 | 2 | 456 | 140 | 100 |
| Binary | 11111011 | 1001010 | 11110110 | 0 | 1000111 | 10 | 10 | 100101110 | 1100000 | 1000000 |
Color Harmonies of #FB4AF6
Complementary color
Monochromatic Colors of #FB4AF6
Black with #FB4AF6
Text Example
Text Example
White with #FB4AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4AF6; }
p { color: rgb(251,74,246); }
H1.HeaderClassName
{
color: #FB4AF6;
}
.AnyTagClassName
{
color: #FB4AF6;
}
</style>
background-color css
<style>
a { background-color: #FB4AF6; }
a { background-color: rgb(251,74,246); }
div.DivClassName
{
background-color: #FB4AF6;
}
.BgClassName
{
background-color: #FB4AF6;
}
</style>
border-color css
<style>
span { border-color: #FB4AF6; }
span { border-color: rgb(251,74,246); }
td.TdClassName
{
border-color: #FB4AF6;
}
.TagClassName
{
border-color: #FB4AF6;
}
</style>