Shades of Pink Flamingo #FB5AF6
Tints of Pink Flamingo #FB5AF6
RGB
CMYK
RGB Variations
Color information
#FB5AF6 (or 0xFB5AF6) is known color: Pink Flamingo. HEX triplet: FB, 5A and F6. RGB value is (251,90,246). Sum of RGB (Red+Green+Blue) = 251+90+246=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 90 (35.55% from 255 or 15.33% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5AF6 is #04A509. Grayscale: #9B9B9B. Windows color (decimal): -304394 or 16145147. OLE color: 16145147.
HSL color Cylindrical-coordinate representation of color #FB5AF6: hue angle of 301.86º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5AF6 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 246 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.02 |
| HSL | 301.86º | 0.95% | 0.67% | - |
| HSV(B) | 301.86º | 0.64% | 0.98% | - |
| XYZ | 60.07 | 34.48 | 90.68 | - |
| YUV | 155.92 | 178.84 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 246 | 0 | 0.64 | 0.02 | 0.02 | 301.86 | 0.95 | 0.67 |
| Hex | FB | 5A | F6 | 0 | 40 | 2 | 2 | 12E | 5F | 43 |
| Octal | 373 | 132 | 366 | 0 | 100 | 2 | 2 | 456 | 137 | 103 |
| Binary | 11111011 | 1011010 | 11110110 | 0 | 1000000 | 10 | 10 | 100101110 | 1011111 | 1000011 |
Color Harmonies of #FB5AF6
Complementary color
Monochromatic Colors of #FB5AF6
Black with #FB5AF6
Text Example
Text Example
White with #FB5AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AF6; }
p { color: rgb(251,90,246); }
H1.HeaderClassName
{
color: #FB5AF6;
}
.AnyTagClassName
{
color: #FB5AF6;
}
</style>
background-color css
<style>
a { background-color: #FB5AF6; }
a { background-color: rgb(251,90,246); }
div.DivClassName
{
background-color: #FB5AF6;
}
.BgClassName
{
background-color: #FB5AF6;
}
</style>
border-color css
<style>
span { border-color: #FB5AF6; }
span { border-color: rgb(251,90,246); }
td.TdClassName
{
border-color: #FB5AF6;
}
.TagClassName
{
border-color: #FB5AF6;
}
</style>