Shades of Pink Flamingo #FB52FF
Tints of Pink Flamingo #FB52FF
RGB
CMYK
RGB Variations
Color information
#FB52FF (or 0xFB52FF) is known color: Pink Flamingo. HEX triplet: FB, 52 and FF. RGB value is (251,82,255). Sum of RGB (Red+Green+Blue) = 251+82+255=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 82 (32.42% from 255 or 13.95% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB52FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB52FF is #04AD00. Grayscale: #979797. Windows color (decimal): -306433 or 16732923. OLE color: 16732923.
HSL color Cylindrical-coordinate representation of color #FB52FF: hue angle of 298.61º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB52FF is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 82 | 255 | - |
| CMYK | 0.02 | 0.68 | 0 | 0 |
| HSL | 298.61º | 1% | 0.66% | - |
| HSV(B) | 298.61º | 0.68% | 1% | - |
| XYZ | 60.85 | 33.76 | 97.92 | - |
| YUV | 152.25 | 185.99 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 255 | 0.02 | 0.68 | 0 | 0 | 298.61 | 1 | 0.66 |
| Hex | FB | 52 | FF | 2 | 44 | 0 | 0 | 12B | 64 | 42 |
| Octal | 373 | 122 | 377 | 2 | 104 | 0 | 0 | 453 | 144 | 102 |
| Binary | 11111011 | 1010010 | 11111111 | 10 | 1000100 | 0 | 0 | 100101011 | 1100100 | 1000010 |
Color Harmonies of #FB52FF
Complementary color
Monochromatic Colors of #FB52FF
Black with #FB52FF
Text Example
Text Example
White with #FB52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB52FF; }
p { color: rgb(251,82,255); }
H1.HeaderClassName
{
color: #FB52FF;
}
.AnyTagClassName
{
color: #FB52FF;
}
</style>
background-color css
<style>
a { background-color: #FB52FF; }
a { background-color: rgb(251,82,255); }
div.DivClassName
{
background-color: #FB52FF;
}
.BgClassName
{
background-color: #FB52FF;
}
</style>
border-color css
<style>
span { border-color: #FB52FF; }
span { border-color: rgb(251,82,255); }
td.TdClassName
{
border-color: #FB52FF;
}
.TagClassName
{
border-color: #FB52FF;
}
</style>