Shades of Pink Flamingo #FF3BF5
Tints of Pink Flamingo #FF3BF5
RGB
CMYK
RGB Variations
Color information
#FF3BF5 (or 0xFF3BF5) is known color: Pink Flamingo. HEX triplet: FF, 3B and F5. RGB value is (255,59,245). Sum of RGB (Red+Green+Blue) = 255+59+245=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 59 (23.44% from 255 or 10.55% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3BF5 is #00C40A. Grayscale: #8A8A8A. Windows color (decimal): -50187 or 16071679. OLE color: 16071679.
HSL color Cylindrical-coordinate representation of color #FF3BF5: hue angle of 303.06º 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 #FF3BF5 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 245 | - |
| CMYK | 0 | 0.77 | 0.04 | 0 |
| HSL | 303.06º | 1% | 0.62% | - |
| HSV(B) | 303.06º | 0.77% | 1% | - |
| XYZ | 59.29 | 30.98 | 89.24 | - |
| YUV | 138.81 | 187.93 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 245 | 0 | 0.77 | 0.04 | 0 | 303.06 | 1 | 0.62 |
| Hex | FF | 3B | F5 | 0 | 4D | 4 | 0 | 12F | 64 | 3E |
| Octal | 377 | 73 | 365 | 0 | 115 | 4 | 0 | 457 | 144 | 76 |
| Binary | 11111111 | 111011 | 11110101 | 0 | 1001101 | 100 | 0 | 100101111 | 1100100 | 111110 |
Color Harmonies of #FF3BF5
Complementary color
Monochromatic Colors of #FF3BF5
Black with #FF3BF5
Text Example
Text Example
White with #FF3BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BF5; }
p { color: rgb(255,59,245); }
H1.HeaderClassName
{
color: #FF3BF5;
}
.AnyTagClassName
{
color: #FF3BF5;
}
</style>
background-color css
<style>
a { background-color: #FF3BF5; }
a { background-color: rgb(255,59,245); }
div.DivClassName
{
background-color: #FF3BF5;
}
.BgClassName
{
background-color: #FF3BF5;
}
</style>
border-color css
<style>
span { border-color: #FF3BF5; }
span { border-color: rgb(255,59,245); }
td.TdClassName
{
border-color: #FF3BF5;
}
.TagClassName
{
border-color: #FF3BF5;
}
</style>