Shades of Pink Flamingo #FB43FF
Tints of Pink Flamingo #FB43FF
RGB
CMYK
RGB Variations
Color information
#FB43FF (or 0xFB43FF) is known color: Pink Flamingo. HEX triplet: FB, 43 and FF. RGB value is (251,67,255). Sum of RGB (Red+Green+Blue) = 251+67+255=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 67 (26.56% from 255 or 11.69% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB43FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB43FF is #04BC00. Grayscale: #8E8E8E. Windows color (decimal): -310273 or 16729083. OLE color: 16729083.
HSL color Cylindrical-coordinate representation of color #FB43FF: hue angle of 298.72º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB43FF is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 67 | 255 | - |
| CMYK | 0.02 | 0.74 | 0 | 0 |
| HSL | 298.72º | 1% | 0.63% | - |
| HSV(B) | 298.72º | 0.74% | 1% | - |
| XYZ | 59.84 | 31.74 | 97.58 | - |
| YUV | 143.45 | 190.96 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 255 | 0.02 | 0.74 | 0 | 0 | 298.72 | 1 | 0.63 |
| Hex | FB | 43 | FF | 2 | 4A | 0 | 0 | 12B | 64 | 3F |
| Octal | 373 | 103 | 377 | 2 | 112 | 0 | 0 | 453 | 144 | 77 |
| Binary | 11111011 | 1000011 | 11111111 | 10 | 1001010 | 0 | 0 | 100101011 | 1100100 | 111111 |
Color Harmonies of #FB43FF
Complementary color
Monochromatic Colors of #FB43FF
Black with #FB43FF
Text Example
Text Example
White with #FB43FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB43FF; }
p { color: rgb(251,67,255); }
H1.HeaderClassName
{
color: #FB43FF;
}
.AnyTagClassName
{
color: #FB43FF;
}
</style>
background-color css
<style>
a { background-color: #FB43FF; }
a { background-color: rgb(251,67,255); }
div.DivClassName
{
background-color: #FB43FF;
}
.BgClassName
{
background-color: #FB43FF;
}
</style>
border-color css
<style>
span { border-color: #FB43FF; }
span { border-color: rgb(251,67,255); }
td.TdClassName
{
border-color: #FB43FF;
}
.TagClassName
{
border-color: #FB43FF;
}
</style>