Shades of Pink Flamingo #FB5FE7
Tints of Pink Flamingo #FB5FE7
RGB
CMYK
RGB Variations
Color information
#FB5FE7 (or 0xFB5FE7) is known color: Pink Flamingo. HEX triplet: FB, 5F and E7. RGB value is (251,95,231). Sum of RGB (Red+Green+Blue) = 251+95+231=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 95 (37.5% from 255 or 16.46% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5FE7 is #04A018. Grayscale: #9C9C9C. Windows color (decimal): -303129 or 15163387. OLE color: 15163387.
HSL color Cylindrical-coordinate representation of color #FB5FE7: hue angle of 307.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB5FE7 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 95 | 231 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.02 |
| HSL | 307.69º | 0.95% | 0.68% | - |
| HSV(B) | 307.69º | 0.62% | 0.98% | - |
| XYZ | 58.3 | 34.46 | 79.18 | - |
| YUV | 157.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 231 | 0 | 0.62 | 0.08 | 0.02 | 307.69 | 0.95 | 0.68 |
| Hex | FB | 5F | E7 | 0 | 3E | 8 | 2 | 134 | 5F | 44 |
| Octal | 373 | 137 | 347 | 0 | 76 | 10 | 2 | 464 | 137 | 104 |
| Binary | 11111011 | 1011111 | 11100111 | 0 | 111110 | 1000 | 10 | 100110100 | 1011111 | 1000100 |
Color Harmonies of #FB5FE7
Complementary color
Monochromatic Colors of #FB5FE7
Black with #FB5FE7
Text Example
Text Example
White with #FB5FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5FE7; }
p { color: rgb(251,95,231); }
H1.HeaderClassName
{
color: #FB5FE7;
}
.AnyTagClassName
{
color: #FB5FE7;
}
</style>
background-color css
<style>
a { background-color: #FB5FE7; }
a { background-color: rgb(251,95,231); }
div.DivClassName
{
background-color: #FB5FE7;
}
.BgClassName
{
background-color: #FB5FE7;
}
</style>
border-color css
<style>
span { border-color: #FB5FE7; }
span { border-color: rgb(251,95,231); }
td.TdClassName
{
border-color: #FB5FE7;
}
.TagClassName
{
border-color: #FB5FE7;
}
</style>