Shades of Pink Flamingo #FB43F5
Tints of Pink Flamingo #FB43F5
RGB
CMYK
RGB Variations
Color information
#FB43F5 (or 0xFB43F5) is known color: Pink Flamingo. HEX triplet: FB, 43 and F5. RGB value is (251,67,245). Sum of RGB (Red+Green+Blue) = 251+67+245=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 67 (26.56% from 255 or 11.90% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB43F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB43F5 is #04BC0A. Grayscale: #8D8D8D. Windows color (decimal): -310283 or 16073723. OLE color: 16073723.
HSL color Cylindrical-coordinate representation of color #FB43F5: hue angle of 301.96º 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 #FB43F5 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 245 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.02 |
| HSL | 301.96º | 0.96% | 0.62% | - |
| HSV(B) | 301.96º | 0.73% | 0.98% | - |
| XYZ | 58.27 | 31.12 | 89.32 | - |
| YUV | 142.31 | 185.96 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 245 | 0 | 0.73 | 0.02 | 0.02 | 301.96 | 0.96 | 0.62 |
| Hex | FB | 43 | F5 | 0 | 49 | 2 | 2 | 12E | 60 | 3E |
| Octal | 373 | 103 | 365 | 0 | 111 | 2 | 2 | 456 | 140 | 76 |
| Binary | 11111011 | 1000011 | 11110101 | 0 | 1001001 | 10 | 10 | 100101110 | 1100000 | 111110 |
Color Harmonies of #FB43F5
Complementary color
Monochromatic Colors of #FB43F5
Black with #FB43F5
Text Example
Text Example
White with #FB43F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB43F5; }
p { color: rgb(251,67,245); }
H1.HeaderClassName
{
color: #FB43F5;
}
.AnyTagClassName
{
color: #FB43F5;
}
</style>
background-color css
<style>
a { background-color: #FB43F5; }
a { background-color: rgb(251,67,245); }
div.DivClassName
{
background-color: #FB43F5;
}
.BgClassName
{
background-color: #FB43F5;
}
</style>
border-color css
<style>
span { border-color: #FB43F5; }
span { border-color: rgb(251,67,245); }
td.TdClassName
{
border-color: #FB43F5;
}
.TagClassName
{
border-color: #FB43F5;
}
</style>