Shades of Pink Flamingo #FB5DF6
Tints of Pink Flamingo #FB5DF6
RGB
CMYK
RGB Variations
Color information
#FB5DF6 (or 0xFB5DF6) is known color: Pink Flamingo. HEX triplet: FB, 5D and F6. RGB value is (251,93,246). Sum of RGB (Red+Green+Blue) = 251+93+246=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 93 (36.72% from 255 or 15.76% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5DF6 is #04A209. Grayscale: #9D9D9D. Windows color (decimal): -303626 or 16145915. OLE color: 16145915.
HSL color Cylindrical-coordinate representation of color #FB5DF6: hue angle of 301.9º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5DF6 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 246 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.02 |
| HSL | 301.9º | 0.95% | 0.67% | - |
| HSV(B) | 301.9º | 0.63% | 0.98% | - |
| XYZ | 60.33 | 34.99 | 90.76 | - |
| YUV | 157.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 246 | 0 | 0.63 | 0.02 | 0.02 | 301.9 | 0.95 | 0.67 |
| Hex | FB | 5D | F6 | 0 | 3F | 2 | 2 | 12E | 5F | 43 |
| Octal | 373 | 135 | 366 | 0 | 77 | 2 | 2 | 456 | 137 | 103 |
| Binary | 11111011 | 1011101 | 11110110 | 0 | 111111 | 10 | 10 | 100101110 | 1011111 | 1000011 |
Color Harmonies of #FB5DF6
Complementary color
Monochromatic Colors of #FB5DF6
Black with #FB5DF6
Text Example
Text Example
White with #FB5DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DF6; }
p { color: rgb(251,93,246); }
H1.HeaderClassName
{
color: #FB5DF6;
}
.AnyTagClassName
{
color: #FB5DF6;
}
</style>
background-color css
<style>
a { background-color: #FB5DF6; }
a { background-color: rgb(251,93,246); }
div.DivClassName
{
background-color: #FB5DF6;
}
.BgClassName
{
background-color: #FB5DF6;
}
</style>
border-color css
<style>
span { border-color: #FB5DF6; }
span { border-color: rgb(251,93,246); }
td.TdClassName
{
border-color: #FB5DF6;
}
.TagClassName
{
border-color: #FB5DF6;
}
</style>