Shades of Pink Flamingo #FB43FE
Tints of Pink Flamingo #FB43FE
RGB
CMYK
RGB Variations
Color information
#FB43FE (or 0xFB43FE) is known color: Pink Flamingo. HEX triplet: FB, 43 and FE. RGB value is (251,67,254). Sum of RGB (Red+Green+Blue) = 251+67+254=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 67 (26.56% from 255 or 11.71% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB43FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB43FE is #04BC01. Grayscale: #8E8E8E. Windows color (decimal): -310274 or 16663547. OLE color: 16663547.
HSL color Cylindrical-coordinate representation of color #FB43FE: hue angle of 299.04º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB43FE is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 67 | 254 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.00 |
| HSL | 299.04º | 0.99% | 0.63% | - |
| HSV(B) | 299.04º | 0.74% | 1% | - |
| XYZ | 59.68 | 31.68 | 96.74 | - |
| YUV | 143.33 | 190.46 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 254 | 0.01 | 0.74 | 0 | 0.00 | 299.04 | 0.99 | 0.63 |
| Hex | FB | 43 | FE | 1 | 4A | 0 | 0 | 12B | 63 | 3F |
| Octal | 373 | 103 | 376 | 1 | 112 | 0 | 0 | 453 | 143 | 77 |
| Binary | 11111011 | 1000011 | 11111110 | 1 | 1001010 | 0 | 0 | 100101011 | 1100011 | 111111 |
Color Harmonies of #FB43FE
Complementary color
Monochromatic Colors of #FB43FE
Black with #FB43FE
Text Example
Text Example
White with #FB43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB43FE; }
p { color: rgb(251,67,254); }
H1.HeaderClassName
{
color: #FB43FE;
}
.AnyTagClassName
{
color: #FB43FE;
}
</style>
background-color css
<style>
a { background-color: #FB43FE; }
a { background-color: rgb(251,67,254); }
div.DivClassName
{
background-color: #FB43FE;
}
.BgClassName
{
background-color: #FB43FE;
}
</style>
border-color css
<style>
span { border-color: #FB43FE; }
span { border-color: rgb(251,67,254); }
td.TdClassName
{
border-color: #FB43FE;
}
.TagClassName
{
border-color: #FB43FE;
}
</style>