Shades of Pink Flamingo #FB42FA
Tints of Pink Flamingo #FB42FA
RGB
CMYK
RGB Variations
Color information
#FB42FA (or 0xFB42FA) is known color: Pink Flamingo. HEX triplet: FB, 42 and FA. RGB value is (251,66,250). Sum of RGB (Red+Green+Blue) = 251+66+250=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 66 (26.17% from 255 or 11.64% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB42FA is #04BD05. Grayscale: #8D8D8D. Windows color (decimal): -310534 or 16401147. OLE color: 16401147.
HSL color Cylindrical-coordinate representation of color #FB42FA: hue angle of 300.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB42FA is Cyan = 0, Magento = 0.74, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 250 | - |
| CMYK | 0 | 0.74 | 0.00 | 0.02 |
| HSL | 300.32º | 0.96% | 0.62% | - |
| HSV(B) | 300.32º | 0.74% | 0.98% | - |
| XYZ | 58.99 | 31.31 | 93.38 | - |
| YUV | 142.29 | 188.79 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 250 | 0 | 0.74 | 0.00 | 0.02 | 300.32 | 0.96 | 0.62 |
| Hex | FB | 42 | FA | 0 | 4A | 0 | 2 | 12C | 60 | 3E |
| Octal | 373 | 102 | 372 | 0 | 112 | 0 | 2 | 454 | 140 | 76 |
| Binary | 11111011 | 1000010 | 11111010 | 0 | 1001010 | 0 | 10 | 100101100 | 1100000 | 111110 |
Color Harmonies of #FB42FA
Complementary color
Monochromatic Colors of #FB42FA
Black with #FB42FA
Text Example
Text Example
White with #FB42FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB42FA; }
p { color: rgb(251,66,250); }
H1.HeaderClassName
{
color: #FB42FA;
}
.AnyTagClassName
{
color: #FB42FA;
}
</style>
background-color css
<style>
a { background-color: #FB42FA; }
a { background-color: rgb(251,66,250); }
div.DivClassName
{
background-color: #FB42FA;
}
.BgClassName
{
background-color: #FB42FA;
}
</style>
border-color css
<style>
span { border-color: #FB42FA; }
span { border-color: rgb(251,66,250); }
td.TdClassName
{
border-color: #FB42FA;
}
.TagClassName
{
border-color: #FB42FA;
}
</style>