Shades of Pink Flamingo #FB5DF0
Tints of Pink Flamingo #FB5DF0
RGB
CMYK
RGB Variations
Color information
#FB5DF0 (or 0xFB5DF0) is known color: Pink Flamingo. HEX triplet: FB, 5D and F0. RGB value is (251,93,240). Sum of RGB (Red+Green+Blue) = 251+93+240=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 93 (36.72% from 255 or 15.92% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5DF0 is #04A20F. Grayscale: #9C9C9C. Windows color (decimal): -303632 or 15752699. OLE color: 15752699.
HSL color Cylindrical-coordinate representation of color #FB5DF0: hue angle of 304.18º 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 #FB5DF0 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 240 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.02 |
| HSL | 304.18º | 0.95% | 0.67% | - |
| HSV(B) | 304.18º | 0.63% | 0.98% | - |
| XYZ | 59.43 | 34.63 | 85.99 | - |
| YUV | 157 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 240 | 0 | 0.63 | 0.04 | 0.02 | 304.18 | 0.95 | 0.67 |
| Hex | FB | 5D | F0 | 0 | 3F | 4 | 2 | 130 | 5F | 43 |
| Octal | 373 | 135 | 360 | 0 | 77 | 4 | 2 | 460 | 137 | 103 |
| Binary | 11111011 | 1011101 | 11110000 | 0 | 111111 | 100 | 10 | 100110000 | 1011111 | 1000011 |
Color Harmonies of #FB5DF0
Complementary color
Monochromatic Colors of #FB5DF0
Black with #FB5DF0
Text Example
Text Example
White with #FB5DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DF0; }
p { color: rgb(251,93,240); }
H1.HeaderClassName
{
color: #FB5DF0;
}
.AnyTagClassName
{
color: #FB5DF0;
}
</style>
background-color css
<style>
a { background-color: #FB5DF0; }
a { background-color: rgb(251,93,240); }
div.DivClassName
{
background-color: #FB5DF0;
}
.BgClassName
{
background-color: #FB5DF0;
}
</style>
border-color css
<style>
span { border-color: #FB5DF0; }
span { border-color: rgb(251,93,240); }
td.TdClassName
{
border-color: #FB5DF0;
}
.TagClassName
{
border-color: #FB5DF0;
}
</style>