Shades of Pink Flamingo #FB45F0
Tints of Pink Flamingo #FB45F0
RGB
CMYK
RGB Variations
Color information
#FB45F0 (or 0xFB45F0) is known color: Pink Flamingo. HEX triplet: FB, 45 and F0. RGB value is (251,69,240). Sum of RGB (Red+Green+Blue) = 251+69+240=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 69 (27.34% from 255 or 12.32% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB45F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB45F0 is #04BA0F. Grayscale: #8E8E8E. Windows color (decimal): -309776 or 15746555. OLE color: 15746555.
HSL color Cylindrical-coordinate representation of color #FB45F0: hue angle of 303.63º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB45F0 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 240 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.02 |
| HSL | 303.63º | 0.96% | 0.63% | - |
| HSV(B) | 303.63º | 0.73% | 0.98% | - |
| XYZ | 57.64 | 31.06 | 85.39 | - |
| YUV | 142.91 | 182.8 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 240 | 0 | 0.73 | 0.04 | 0.02 | 303.63 | 0.96 | 0.63 |
| Hex | FB | 45 | F0 | 0 | 49 | 4 | 2 | 130 | 60 | 3F |
| Octal | 373 | 105 | 360 | 0 | 111 | 4 | 2 | 460 | 140 | 77 |
| Binary | 11111011 | 1000101 | 11110000 | 0 | 1001001 | 100 | 10 | 100110000 | 1100000 | 111111 |
Color Harmonies of #FB45F0
Complementary color
Monochromatic Colors of #FB45F0
Black with #FB45F0
Text Example
Text Example
White with #FB45F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB45F0; }
p { color: rgb(251,69,240); }
H1.HeaderClassName
{
color: #FB45F0;
}
.AnyTagClassName
{
color: #FB45F0;
}
</style>
background-color css
<style>
a { background-color: #FB45F0; }
a { background-color: rgb(251,69,240); }
div.DivClassName
{
background-color: #FB45F0;
}
.BgClassName
{
background-color: #FB45F0;
}
</style>
border-color css
<style>
span { border-color: #FB45F0; }
span { border-color: rgb(251,69,240); }
td.TdClassName
{
border-color: #FB45F0;
}
.TagClassName
{
border-color: #FB45F0;
}
</style>