Shades of Pink Flamingo #FB3AF7
Tints of Pink Flamingo #FB3AF7
RGB
CMYK
RGB Variations
Color information
#FB3AF7 (or 0xFB3AF7) is known color: Pink Flamingo. HEX triplet: FB, 3A and F7. RGB value is (251,58,247). Sum of RGB (Red+Green+Blue) = 251+58+247=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 58 (23.05% from 255 or 10.43% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3AF7 is #04C508. Grayscale: #888888. Windows color (decimal): -312585 or 16202491. OLE color: 16202491.
HSL color Cylindrical-coordinate representation of color #FB3AF7: hue angle of 301.24º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3AF7 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 247 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.02 |
| HSL | 301.24º | 0.96% | 0.61% | - |
| HSV(B) | 301.24º | 0.77% | 0.98% | - |
| XYZ | 58.09 | 30.25 | 90.77 | - |
| YUV | 137.25 | 189.94 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 247 | 0 | 0.77 | 0.02 | 0.02 | 301.24 | 0.96 | 0.61 |
| Hex | FB | 3A | F7 | 0 | 4D | 2 | 2 | 12D | 60 | 3D |
| Octal | 373 | 72 | 367 | 0 | 115 | 2 | 2 | 455 | 140 | 75 |
| Binary | 11111011 | 111010 | 11110111 | 0 | 1001101 | 10 | 10 | 100101101 | 1100000 | 111101 |
Color Harmonies of #FB3AF7
Complementary color
Monochromatic Colors of #FB3AF7
Black with #FB3AF7
Text Example
Text Example
White with #FB3AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3AF7; }
p { color: rgb(251,58,247); }
H1.HeaderClassName
{
color: #FB3AF7;
}
.AnyTagClassName
{
color: #FB3AF7;
}
</style>
background-color css
<style>
a { background-color: #FB3AF7; }
a { background-color: rgb(251,58,247); }
div.DivClassName
{
background-color: #FB3AF7;
}
.BgClassName
{
background-color: #FB3AF7;
}
</style>
border-color css
<style>
span { border-color: #FB3AF7; }
span { border-color: rgb(251,58,247); }
td.TdClassName
{
border-color: #FB3AF7;
}
.TagClassName
{
border-color: #FB3AF7;
}
</style>