Shades of Pink Flamingo #FB46F2
Tints of Pink Flamingo #FB46F2
RGB
CMYK
RGB Variations
Color information
#FB46F2 (or 0xFB46F2) is known color: Pink Flamingo. HEX triplet: FB, 46 and F2. RGB value is (251,70,242). Sum of RGB (Red+Green+Blue) = 251+70+242=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 70 (27.73% from 255 or 12.43% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB46F2 is #04B90D. Grayscale: #8F8F8F. Windows color (decimal): -309518 or 15877883. OLE color: 15877883.
HSL color Cylindrical-coordinate representation of color #FB46F2: hue angle of 302.98º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB46F2 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 242 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.02 |
| HSL | 302.98º | 0.96% | 0.63% | - |
| HSV(B) | 302.98º | 0.72% | 0.98% | - |
| XYZ | 58 | 31.3 | 86.99 | - |
| YUV | 143.73 | 183.47 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 242 | 0 | 0.72 | 0.04 | 0.02 | 302.98 | 0.96 | 0.63 |
| Hex | FB | 46 | F2 | 0 | 48 | 4 | 2 | 12F | 60 | 3F |
| Octal | 373 | 106 | 362 | 0 | 110 | 4 | 2 | 457 | 140 | 77 |
| Binary | 11111011 | 1000110 | 11110010 | 0 | 1001000 | 100 | 10 | 100101111 | 1100000 | 111111 |
Color Harmonies of #FB46F2
Complementary color
Monochromatic Colors of #FB46F2
Black with #FB46F2
Text Example
Text Example
White with #FB46F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB46F2; }
p { color: rgb(251,70,242); }
H1.HeaderClassName
{
color: #FB46F2;
}
.AnyTagClassName
{
color: #FB46F2;
}
</style>
background-color css
<style>
a { background-color: #FB46F2; }
a { background-color: rgb(251,70,242); }
div.DivClassName
{
background-color: #FB46F2;
}
.BgClassName
{
background-color: #FB46F2;
}
</style>
border-color css
<style>
span { border-color: #FB46F2; }
span { border-color: rgb(251,70,242); }
td.TdClassName
{
border-color: #FB46F2;
}
.TagClassName
{
border-color: #FB46F2;
}
</style>