Shades of Pink Flamingo #FB3AFE
Tints of Pink Flamingo #FB3AFE
RGB
CMYK
RGB Variations
Color information
#FB3AFE (or 0xFB3AFE) is known color: Pink Flamingo. HEX triplet: FB, 3A and FE. RGB value is (251,58,254). Sum of RGB (Red+Green+Blue) = 251+58+254=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 58 (23.05% from 255 or 10.30% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB3AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3AFE is #04C501. Grayscale: #898989. Windows color (decimal): -312578 or 16661243. OLE color: 16661243.
HSL color Cylindrical-coordinate representation of color #FB3AFE: hue angle of 299.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3AFE is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 58 | 254 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.00 |
| HSL | 299.08º | 0.99% | 0.61% | - |
| HSV(B) | 299.08º | 0.77% | 1% | - |
| XYZ | 59.19 | 30.69 | 96.57 | - |
| YUV | 138.05 | 193.44 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 254 | 0.01 | 0.77 | 0 | 0.00 | 299.08 | 0.99 | 0.61 |
| Hex | FB | 3A | FE | 1 | 4D | 0 | 0 | 12B | 63 | 3D |
| Octal | 373 | 72 | 376 | 1 | 115 | 0 | 0 | 453 | 143 | 75 |
| Binary | 11111011 | 111010 | 11111110 | 1 | 1001101 | 0 | 0 | 100101011 | 1100011 | 111101 |
Color Harmonies of #FB3AFE
Complementary color
Monochromatic Colors of #FB3AFE
Black with #FB3AFE
Text Example
Text Example
White with #FB3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3AFE; }
p { color: rgb(251,58,254); }
H1.HeaderClassName
{
color: #FB3AFE;
}
.AnyTagClassName
{
color: #FB3AFE;
}
</style>
background-color css
<style>
a { background-color: #FB3AFE; }
a { background-color: rgb(251,58,254); }
div.DivClassName
{
background-color: #FB3AFE;
}
.BgClassName
{
background-color: #FB3AFE;
}
</style>
border-color css
<style>
span { border-color: #FB3AFE; }
span { border-color: rgb(251,58,254); }
td.TdClassName
{
border-color: #FB3AFE;
}
.TagClassName
{
border-color: #FB3AFE;
}
</style>