Shades of Pink Flamingo #FB67FB
Tints of Pink Flamingo #FB67FB
RGB
CMYK
RGB Variations
Color information
#FB67FB (or 0xFB67FB) is known color: Pink Flamingo. HEX triplet: FB, 67 and FB. RGB value is (251,103,251). Sum of RGB (Red+Green+Blue) = 251+103+251=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 103 (40.62% from 255 or 17.02% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB67FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB67FB is #049804. Grayscale: #A3A3A3. Windows color (decimal): -301061 or 16476155. OLE color: 16476155.
HSL color Cylindrical-coordinate representation of color #FB67FB: hue angle of 300º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB67FB is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 251 | - |
| CMYK | 0 | 0.59 | 0 | 0.02 |
| HSL | 300º | 0.95% | 0.69% | - |
| HSV(B) | 300º | 0.59% | 0.98% | - |
| XYZ | 62.05 | 37.17 | 95.17 | - |
| YUV | 164.12 | 177.03 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 251 | 0 | 0.59 | 0 | 0.02 | 300 | 0.95 | 0.69 |
| Hex | FB | 67 | FB | 0 | 3B | 0 | 2 | 12C | 5F | 45 |
| Octal | 373 | 147 | 373 | 0 | 73 | 0 | 2 | 454 | 137 | 105 |
| Binary | 11111011 | 1100111 | 11111011 | 0 | 111011 | 0 | 10 | 100101100 | 1011111 | 1000101 |
Color Harmonies of #FB67FB
Complementary color
Monochromatic Colors of #FB67FB
Black with #FB67FB
Text Example
Text Example
White with #FB67FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB67FB; }
p { color: rgb(251,103,251); }
H1.HeaderClassName
{
color: #FB67FB;
}
.AnyTagClassName
{
color: #FB67FB;
}
</style>
background-color css
<style>
a { background-color: #FB67FB; }
a { background-color: rgb(251,103,251); }
div.DivClassName
{
background-color: #FB67FB;
}
.BgClassName
{
background-color: #FB67FB;
}
</style>
border-color css
<style>
span { border-color: #FB67FB; }
span { border-color: rgb(251,103,251); }
td.TdClassName
{
border-color: #FB67FB;
}
.TagClassName
{
border-color: #FB67FB;
}
</style>