Shades of Pink Flamingo #FB5FFF
Tints of Pink Flamingo #FB5FFF
RGB
CMYK
RGB Variations
Color information
#FB5FFF (or 0xFB5FFF) is known color: Pink Flamingo. HEX triplet: FB, 5F and FF. RGB value is (251,95,255). Sum of RGB (Red+Green+Blue) = 251+95+255=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 95 (37.5% from 255 or 15.81% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB5FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5FFF is #04A000. Grayscale: #9F9F9F. Windows color (decimal): -303105 or 16736251. OLE color: 16736251.
HSL color Cylindrical-coordinate representation of color #FB5FFF: hue angle of 298.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5FFF is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 95 | 255 | - |
| CMYK | 0.02 | 0.63 | 0 | 0 |
| HSL | 298.5º | 1% | 0.69% | - |
| HSV(B) | 298.5º | 0.63% | 1% | - |
| XYZ | 61.93 | 35.91 | 98.28 | - |
| YUV | 159.88 | 181.68 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 255 | 0.02 | 0.63 | 0 | 0 | 298.5 | 1 | 0.69 |
| Hex | FB | 5F | FF | 2 | 3F | 0 | 0 | 12A | 64 | 45 |
| Octal | 373 | 137 | 377 | 2 | 77 | 0 | 0 | 452 | 144 | 105 |
| Binary | 11111011 | 1011111 | 11111111 | 10 | 111111 | 0 | 0 | 100101010 | 1100100 | 1000101 |
Color Harmonies of #FB5FFF
Complementary color
Monochromatic Colors of #FB5FFF
Black with #FB5FFF
Text Example
Text Example
White with #FB5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5FFF; }
p { color: rgb(251,95,255); }
H1.HeaderClassName
{
color: #FB5FFF;
}
.AnyTagClassName
{
color: #FB5FFF;
}
</style>
background-color css
<style>
a { background-color: #FB5FFF; }
a { background-color: rgb(251,95,255); }
div.DivClassName
{
background-color: #FB5FFF;
}
.BgClassName
{
background-color: #FB5FFF;
}
</style>
border-color css
<style>
span { border-color: #FB5FFF; }
span { border-color: rgb(251,95,255); }
td.TdClassName
{
border-color: #FB5FFF;
}
.TagClassName
{
border-color: #FB5FFF;
}
</style>