Shades of Pink Flamingo #FF3BFC
Tints of Pink Flamingo #FF3BFC
RGB
CMYK
RGB Variations
Color information
#FF3BFC (or 0xFF3BFC) is known color: Pink Flamingo. HEX triplet: FF, 3B and FC. RGB value is (255,59,252). Sum of RGB (Red+Green+Blue) = 255+59+252=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 59 (23.44% from 255 or 10.42% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3BFC is #00C403. Grayscale: #8B8B8B. Windows color (decimal): -50180 or 16530431. OLE color: 16530431.
HSL color Cylindrical-coordinate representation of color #FF3BFC: hue angle of 300.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3BFC is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 252 | - |
| CMYK | 0 | 0.77 | 0.01 | 0 |
| HSL | 300.92º | 1% | 0.62% | - |
| HSV(B) | 300.92º | 0.77% | 1% | - |
| XYZ | 60.37 | 31.42 | 94.98 | - |
| YUV | 139.61 | 191.43 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 252 | 0 | 0.77 | 0.01 | 0 | 300.92 | 1 | 0.62 |
| Hex | FF | 3B | FC | 0 | 4D | 1 | 0 | 12D | 64 | 3E |
| Octal | 377 | 73 | 374 | 0 | 115 | 1 | 0 | 455 | 144 | 76 |
| Binary | 11111111 | 111011 | 11111100 | 0 | 1001101 | 1 | 0 | 100101101 | 1100100 | 111110 |
Color Harmonies of #FF3BFC
Complementary color
Monochromatic Colors of #FF3BFC
Black with #FF3BFC
Text Example
Text Example
White with #FF3BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BFC; }
p { color: rgb(255,59,252); }
H1.HeaderClassName
{
color: #FF3BFC;
}
.AnyTagClassName
{
color: #FF3BFC;
}
</style>
background-color css
<style>
a { background-color: #FF3BFC; }
a { background-color: rgb(255,59,252); }
div.DivClassName
{
background-color: #FF3BFC;
}
.BgClassName
{
background-color: #FF3BFC;
}
</style>
border-color css
<style>
span { border-color: #FF3BFC; }
span { border-color: rgb(255,59,252); }
td.TdClassName
{
border-color: #FF3BFC;
}
.TagClassName
{
border-color: #FF3BFC;
}
</style>