Shades of Pink Flamingo #FB52F0
Tints of Pink Flamingo #FB52F0
RGB
CMYK
RGB Variations
Color information
#FB52F0 (or 0xFB52F0) is known color: Pink Flamingo. HEX triplet: FB, 52 and F0. RGB value is (251,82,240). Sum of RGB (Red+Green+Blue) = 251+82+240=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 82 (32.42% from 255 or 14.31% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB52F0 is #04AD0F. Grayscale: #969696. Windows color (decimal): -306448 or 15749883. OLE color: 15749883.
HSL color Cylindrical-coordinate representation of color #FB52F0: hue angle of 303.91º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB52F0 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 240 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.02 |
| HSL | 303.91º | 0.95% | 0.65% | - |
| HSV(B) | 303.91º | 0.67% | 0.98% | - |
| XYZ | 58.53 | 32.84 | 85.69 | - |
| YUV | 150.54 | 178.49 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 240 | 0 | 0.67 | 0.04 | 0.02 | 303.91 | 0.95 | 0.65 |
| Hex | FB | 52 | F0 | 0 | 43 | 4 | 2 | 130 | 5F | 41 |
| Octal | 373 | 122 | 360 | 0 | 103 | 4 | 2 | 460 | 137 | 101 |
| Binary | 11111011 | 1010010 | 11110000 | 0 | 1000011 | 100 | 10 | 100110000 | 1011111 | 1000001 |
Color Harmonies of #FB52F0
Complementary color
Monochromatic Colors of #FB52F0
Black with #FB52F0
Text Example
Text Example
White with #FB52F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB52F0; }
p { color: rgb(251,82,240); }
H1.HeaderClassName
{
color: #FB52F0;
}
.AnyTagClassName
{
color: #FB52F0;
}
</style>
background-color css
<style>
a { background-color: #FB52F0; }
a { background-color: rgb(251,82,240); }
div.DivClassName
{
background-color: #FB52F0;
}
.BgClassName
{
background-color: #FB52F0;
}
</style>
border-color css
<style>
span { border-color: #FB52F0; }
span { border-color: rgb(251,82,240); }
td.TdClassName
{
border-color: #FB52F0;
}
.TagClassName
{
border-color: #FB52F0;
}
</style>