Shades of Pink Flamingo #FB4AF0
Tints of Pink Flamingo #FB4AF0
RGB
CMYK
RGB Variations
Color information
#FB4AF0 (or 0xFB4AF0) is known color: Pink Flamingo. HEX triplet: FB, 4A and F0. RGB value is (251,74,240). Sum of RGB (Red+Green+Blue) = 251+74+240=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 74 (29.30% from 255 or 13.10% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4AF0 is #04B50F. Grayscale: #919191. Windows color (decimal): -308496 or 15747835. OLE color: 15747835.
HSL color Cylindrical-coordinate representation of color #FB4AF0: hue angle of 303.73º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4AF0 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 240 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.02 |
| HSL | 303.73º | 0.96% | 0.64% | - |
| HSV(B) | 303.73º | 0.71% | 0.98% | - |
| XYZ | 57.96 | 31.7 | 85.5 | - |
| YUV | 145.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 240 | 0 | 0.71 | 0.04 | 0.02 | 303.73 | 0.96 | 0.64 |
| Hex | FB | 4A | F0 | 0 | 47 | 4 | 2 | 130 | 60 | 40 |
| Octal | 373 | 112 | 360 | 0 | 107 | 4 | 2 | 460 | 140 | 100 |
| Binary | 11111011 | 1001010 | 11110000 | 0 | 1000111 | 100 | 10 | 100110000 | 1100000 | 1000000 |
Color Harmonies of #FB4AF0
Complementary color
Monochromatic Colors of #FB4AF0
Black with #FB4AF0
Text Example
Text Example
White with #FB4AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4AF0; }
p { color: rgb(251,74,240); }
H1.HeaderClassName
{
color: #FB4AF0;
}
.AnyTagClassName
{
color: #FB4AF0;
}
</style>
background-color css
<style>
a { background-color: #FB4AF0; }
a { background-color: rgb(251,74,240); }
div.DivClassName
{
background-color: #FB4AF0;
}
.BgClassName
{
background-color: #FB4AF0;
}
</style>
border-color css
<style>
span { border-color: #FB4AF0; }
span { border-color: rgb(251,74,240); }
td.TdClassName
{
border-color: #FB4AF0;
}
.TagClassName
{
border-color: #FB4AF0;
}
</style>