Shades of Pink Flamingo #FB3CF8
Tints of Pink Flamingo #FB3CF8
RGB
CMYK
RGB Variations
Color information
#FB3CF8 (or 0xFB3CF8) is known color: Pink Flamingo. HEX triplet: FB, 3C and F8. RGB value is (251,60,248). Sum of RGB (Red+Green+Blue) = 251+60+248=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 60 (23.83% from 255 or 10.73% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3CF8 is #04C307. Grayscale: #898989. Windows color (decimal): -312072 or 16268539. OLE color: 16268539.
HSL color Cylindrical-coordinate representation of color #FB3CF8: hue angle of 300.94º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3CF8 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 248 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.02 |
| HSL | 300.94º | 0.96% | 0.61% | - |
| HSV(B) | 300.94º | 0.76% | 0.98% | - |
| XYZ | 58.34 | 30.52 | 91.62 | - |
| YUV | 138.54 | 189.78 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 248 | 0 | 0.76 | 0.01 | 0.02 | 300.94 | 0.96 | 0.61 |
| Hex | FB | 3C | F8 | 0 | 4C | 1 | 2 | 12D | 60 | 3D |
| Octal | 373 | 74 | 370 | 0 | 114 | 1 | 2 | 455 | 140 | 75 |
| Binary | 11111011 | 111100 | 11111000 | 0 | 1001100 | 1 | 10 | 100101101 | 1100000 | 111101 |
Color Harmonies of #FB3CF8
Complementary color
Monochromatic Colors of #FB3CF8
Black with #FB3CF8
Text Example
Text Example
White with #FB3CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3CF8; }
p { color: rgb(251,60,248); }
H1.HeaderClassName
{
color: #FB3CF8;
}
.AnyTagClassName
{
color: #FB3CF8;
}
</style>
background-color css
<style>
a { background-color: #FB3CF8; }
a { background-color: rgb(251,60,248); }
div.DivClassName
{
background-color: #FB3CF8;
}
.BgClassName
{
background-color: #FB3CF8;
}
</style>
border-color css
<style>
span { border-color: #FB3CF8; }
span { border-color: rgb(251,60,248); }
td.TdClassName
{
border-color: #FB3CF8;
}
.TagClassName
{
border-color: #FB3CF8;
}
</style>