Shades of Pink Flamingo #FB5DF2
Tints of Pink Flamingo #FB5DF2
RGB
CMYK
RGB Variations
Color information
#FB5DF2 (or 0xFB5DF2) is known color: Pink Flamingo. HEX triplet: FB, 5D and F2. RGB value is (251,93,242). Sum of RGB (Red+Green+Blue) = 251+93+242=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 93 (36.72% from 255 or 15.87% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5DF2 is #04A20D. Grayscale: #9C9C9C. Windows color (decimal): -303630 or 15883771. OLE color: 15883771.
HSL color Cylindrical-coordinate representation of color #FB5DF2: hue angle of 303.42º 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 #FB5DF2 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 242 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.02 |
| HSL | 303.42º | 0.95% | 0.67% | - |
| HSV(B) | 303.42º | 0.63% | 0.98% | - |
| XYZ | 59.73 | 34.75 | 87.56 | - |
| YUV | 157.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 242 | 0 | 0.63 | 0.04 | 0.02 | 303.42 | 0.95 | 0.67 |
| Hex | FB | 5D | F2 | 0 | 3F | 4 | 2 | 12F | 5F | 43 |
| Octal | 373 | 135 | 362 | 0 | 77 | 4 | 2 | 457 | 137 | 103 |
| Binary | 11111011 | 1011101 | 11110010 | 0 | 111111 | 100 | 10 | 100101111 | 1011111 | 1000011 |
Color Harmonies of #FB5DF2
Complementary color
Monochromatic Colors of #FB5DF2
Black with #FB5DF2
Text Example
Text Example
White with #FB5DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DF2; }
p { color: rgb(251,93,242); }
H1.HeaderClassName
{
color: #FB5DF2;
}
.AnyTagClassName
{
color: #FB5DF2;
}
</style>
background-color css
<style>
a { background-color: #FB5DF2; }
a { background-color: rgb(251,93,242); }
div.DivClassName
{
background-color: #FB5DF2;
}
.BgClassName
{
background-color: #FB5DF2;
}
</style>
border-color css
<style>
span { border-color: #FB5DF2; }
span { border-color: rgb(251,93,242); }
td.TdClassName
{
border-color: #FB5DF2;
}
.TagClassName
{
border-color: #FB5DF2;
}
</style>