Shades of Pink Flamingo #FF3BFF
Tints of Pink Flamingo #FF3BFF
RGB
CMYK
RGB Variations
Color information
#FF3BFF (or 0xFF3BFF) is known color: Pink Flamingo. HEX triplet: FF, 3B and FF. RGB value is (255,59,255). Sum of RGB (Red+Green+Blue) = 255+59+255=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 59 (23.44% from 255 or 10.37% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF3BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3BFF is #00C400. Grayscale: #8B8B8B. Windows color (decimal): -50177 or 16727039. OLE color: 16727039.
HSL color Cylindrical-coordinate representation of color #FF3BFF: hue angle of 300º 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 #FF3BFF is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 255 | - |
| CMYK | 0 | 0.77 | 0 | 0 |
| HSL | 300º | 1% | 0.62% | - |
| HSV(B) | 300º | 0.77% | 1% | - |
| XYZ | 60.85 | 31.61 | 97.5 | - |
| YUV | 139.95 | 192.93 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 255 | 0 | 0.77 | 0 | 0 | 300 | 1 | 0.62 |
| Hex | FF | 3B | FF | 0 | 4D | 0 | 0 | 12C | 64 | 3E |
| Octal | 377 | 73 | 377 | 0 | 115 | 0 | 0 | 454 | 144 | 76 |
| Binary | 11111111 | 111011 | 11111111 | 0 | 1001101 | 0 | 0 | 100101100 | 1100100 | 111110 |
Color Harmonies of #FF3BFF
Complementary color
Monochromatic Colors of #FF3BFF
Black with #FF3BFF
Text Example
Text Example
White with #FF3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BFF; }
p { color: rgb(255,59,255); }
H1.HeaderClassName
{
color: #FF3BFF;
}
.AnyTagClassName
{
color: #FF3BFF;
}
</style>
background-color css
<style>
a { background-color: #FF3BFF; }
a { background-color: rgb(255,59,255); }
div.DivClassName
{
background-color: #FF3BFF;
}
.BgClassName
{
background-color: #FF3BFF;
}
</style>
border-color css
<style>
span { border-color: #FF3BFF; }
span { border-color: rgb(255,59,255); }
td.TdClassName
{
border-color: #FF3BFF;
}
.TagClassName
{
border-color: #FF3BFF;
}
</style>