Shades of Pink Flamingo #FB3CF4
Tints of Pink Flamingo #FB3CF4
RGB
CMYK
RGB Variations
Color information
#FB3CF4 (or 0xFB3CF4) is known color: Pink Flamingo. HEX triplet: FB, 3C and F4. RGB value is (251,60,244). Sum of RGB (Red+Green+Blue) = 251+60+244=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 60 (23.83% from 255 or 10.81% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3CF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3CF4 is #04C30B. Grayscale: #898989. Windows color (decimal): -312076 or 16006395. OLE color: 16006395.
HSL color Cylindrical-coordinate representation of color #FB3CF4: hue angle of 302.2º 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 #FB3CF4 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 244 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.02 |
| HSL | 302.2º | 0.96% | 0.61% | - |
| HSV(B) | 302.2º | 0.76% | 0.98% | - |
| XYZ | 57.73 | 30.27 | 88.39 | - |
| YUV | 138.09 | 187.78 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 244 | 0 | 0.76 | 0.03 | 0.02 | 302.2 | 0.96 | 0.61 |
| Hex | FB | 3C | F4 | 0 | 4C | 3 | 2 | 12E | 60 | 3D |
| Octal | 373 | 74 | 364 | 0 | 114 | 3 | 2 | 456 | 140 | 75 |
| Binary | 11111011 | 111100 | 11110100 | 0 | 1001100 | 11 | 10 | 100101110 | 1100000 | 111101 |
Color Harmonies of #FB3CF4
Complementary color
Monochromatic Colors of #FB3CF4
Black with #FB3CF4
Text Example
Text Example
White with #FB3CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3CF4; }
p { color: rgb(251,60,244); }
H1.HeaderClassName
{
color: #FB3CF4;
}
.AnyTagClassName
{
color: #FB3CF4;
}
</style>
background-color css
<style>
a { background-color: #FB3CF4; }
a { background-color: rgb(251,60,244); }
div.DivClassName
{
background-color: #FB3CF4;
}
.BgClassName
{
background-color: #FB3CF4;
}
</style>
border-color css
<style>
span { border-color: #FB3CF4; }
span { border-color: rgb(251,60,244); }
td.TdClassName
{
border-color: #FB3CF4;
}
.TagClassName
{
border-color: #FB3CF4;
}
</style>