Shades of Pink Flamingo #FB5AF5
Tints of Pink Flamingo #FB5AF5
RGB
CMYK
RGB Variations
Color information
#FB5AF5 (or 0xFB5AF5) is known color: Pink Flamingo. HEX triplet: FB, 5A and F5. RGB value is (251,90,245). Sum of RGB (Red+Green+Blue) = 251+90+245=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 90 (35.55% from 255 or 15.36% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5AF5 is #04A50A. Grayscale: #9B9B9B. Windows color (decimal): -304395 or 16079611. OLE color: 16079611.
HSL color Cylindrical-coordinate representation of color #FB5AF5: hue angle of 302.24º 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 #FB5AF5 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 245 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.02 |
| HSL | 302.24º | 0.95% | 0.67% | - |
| HSV(B) | 302.24º | 0.64% | 0.98% | - |
| XYZ | 59.92 | 34.41 | 89.87 | - |
| YUV | 155.81 | 178.34 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 245 | 0 | 0.64 | 0.02 | 0.02 | 302.24 | 0.95 | 0.67 |
| Hex | FB | 5A | F5 | 0 | 40 | 2 | 2 | 12E | 5F | 43 |
| Octal | 373 | 132 | 365 | 0 | 100 | 2 | 2 | 456 | 137 | 103 |
| Binary | 11111011 | 1011010 | 11110101 | 0 | 1000000 | 10 | 10 | 100101110 | 1011111 | 1000011 |
Color Harmonies of #FB5AF5
Complementary color
Monochromatic Colors of #FB5AF5
Black with #FB5AF5
Text Example
Text Example
White with #FB5AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AF5; }
p { color: rgb(251,90,245); }
H1.HeaderClassName
{
color: #FB5AF5;
}
.AnyTagClassName
{
color: #FB5AF5;
}
</style>
background-color css
<style>
a { background-color: #FB5AF5; }
a { background-color: rgb(251,90,245); }
div.DivClassName
{
background-color: #FB5AF5;
}
.BgClassName
{
background-color: #FB5AF5;
}
</style>
border-color css
<style>
span { border-color: #FB5AF5; }
span { border-color: rgb(251,90,245); }
td.TdClassName
{
border-color: #FB5AF5;
}
.TagClassName
{
border-color: #FB5AF5;
}
</style>