Shades of Pink Flamingo #FB43FA
Tints of Pink Flamingo #FB43FA
RGB
CMYK
RGB Variations
Color information
#FB43FA (or 0xFB43FA) is known color: Pink Flamingo. HEX triplet: FB, 43 and FA. RGB value is (251,67,250). Sum of RGB (Red+Green+Blue) = 251+67+250=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 67 (26.56% from 255 or 11.80% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB43FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB43FA is #04BC05. Grayscale: #8E8E8E. Windows color (decimal): -310278 or 16401403. OLE color: 16401403.
HSL color Cylindrical-coordinate representation of color #FB43FA: hue angle of 300.33º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB43FA is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 250 | - |
| CMYK | 0 | 0.73 | 0.00 | 0.02 |
| HSL | 300.33º | 0.96% | 0.62% | - |
| HSV(B) | 300.33º | 0.73% | 0.98% | - |
| XYZ | 59.05 | 31.43 | 93.4 | - |
| YUV | 142.88 | 188.46 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 250 | 0 | 0.73 | 0.00 | 0.02 | 300.33 | 0.96 | 0.62 |
| Hex | FB | 43 | FA | 0 | 49 | 0 | 2 | 12C | 60 | 3E |
| Octal | 373 | 103 | 372 | 0 | 111 | 0 | 2 | 454 | 140 | 76 |
| Binary | 11111011 | 1000011 | 11111010 | 0 | 1001001 | 0 | 10 | 100101100 | 1100000 | 111110 |
Color Harmonies of #FB43FA
Complementary color
Monochromatic Colors of #FB43FA
Black with #FB43FA
Text Example
Text Example
White with #FB43FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB43FA; }
p { color: rgb(251,67,250); }
H1.HeaderClassName
{
color: #FB43FA;
}
.AnyTagClassName
{
color: #FB43FA;
}
</style>
background-color css
<style>
a { background-color: #FB43FA; }
a { background-color: rgb(251,67,250); }
div.DivClassName
{
background-color: #FB43FA;
}
.BgClassName
{
background-color: #FB43FA;
}
</style>
border-color css
<style>
span { border-color: #FB43FA; }
span { border-color: rgb(251,67,250); }
td.TdClassName
{
border-color: #FB43FA;
}
.TagClassName
{
border-color: #FB43FA;
}
</style>