Shades of Pink Flamingo #FB40F3
Tints of Pink Flamingo #FB40F3
RGB
CMYK
RGB Variations
Color information
#FB40F3 (or 0xFB40F3) is known color: Pink Flamingo. HEX triplet: FB, 40 and F3. RGB value is (251,64,243). Sum of RGB (Red+Green+Blue) = 251+64+243=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 64 (25.39% from 255 or 11.47% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB40F3 is #04BF0C. Grayscale: #8B8B8B. Windows color (decimal): -311053 or 15941883. OLE color: 15941883.
HSL color Cylindrical-coordinate representation of color #FB40F3: hue angle of 302.57º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB40F3 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 243 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.02 |
| HSL | 302.57º | 0.96% | 0.62% | - |
| HSV(B) | 302.57º | 0.75% | 0.98% | - |
| XYZ | 57.79 | 30.65 | 87.66 | - |
| YUV | 140.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 243 | 0 | 0.75 | 0.03 | 0.02 | 302.57 | 0.96 | 0.62 |
| Hex | FB | 40 | F3 | 0 | 4B | 3 | 2 | 12F | 60 | 3E |
| Octal | 373 | 100 | 363 | 0 | 113 | 3 | 2 | 457 | 140 | 76 |
| Binary | 11111011 | 1000000 | 11110011 | 0 | 1001011 | 11 | 10 | 100101111 | 1100000 | 111110 |
Color Harmonies of #FB40F3
Complementary color
Monochromatic Colors of #FB40F3
Black with #FB40F3
Text Example
Text Example
White with #FB40F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB40F3; }
p { color: rgb(251,64,243); }
H1.HeaderClassName
{
color: #FB40F3;
}
.AnyTagClassName
{
color: #FB40F3;
}
</style>
background-color css
<style>
a { background-color: #FB40F3; }
a { background-color: rgb(251,64,243); }
div.DivClassName
{
background-color: #FB40F3;
}
.BgClassName
{
background-color: #FB40F3;
}
</style>
border-color css
<style>
span { border-color: #FB40F3; }
span { border-color: rgb(251,64,243); }
td.TdClassName
{
border-color: #FB40F3;
}
.TagClassName
{
border-color: #FB40F3;
}
</style>