Shades of Pink Flamingo #FF3FF5
Tints of Pink Flamingo #FF3FF5
RGB
CMYK
RGB Variations
Color information
#FF3FF5 (or 0xFF3FF5) is known color: Pink Flamingo. HEX triplet: FF, 3F and F5. RGB value is (255,63,245). Sum of RGB (Red+Green+Blue) = 255+63+245=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 63 (25% from 255 or 11.19% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3FF5 is #00C00A. Grayscale: #8C8C8C. Windows color (decimal): -49163 or 16072703. OLE color: 16072703.
HSL color Cylindrical-coordinate representation of color #FF3FF5: hue angle of 303.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3FF5 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 245 | - |
| CMYK | 0 | 0.75 | 0.04 | 0 |
| HSL | 303.13º | 1% | 0.62% | - |
| HSV(B) | 303.13º | 0.75% | 1% | - |
| XYZ | 59.5 | 31.41 | 89.31 | - |
| YUV | 141.16 | 186.61 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 245 | 0 | 0.75 | 0.04 | 0 | 303.13 | 1 | 0.62 |
| Hex | FF | 3F | F5 | 0 | 4B | 4 | 0 | 12F | 64 | 3E |
| Octal | 377 | 77 | 365 | 0 | 113 | 4 | 0 | 457 | 144 | 76 |
| Binary | 11111111 | 111111 | 11110101 | 0 | 1001011 | 100 | 0 | 100101111 | 1100100 | 111110 |
Color Harmonies of #FF3FF5
Complementary color
Monochromatic Colors of #FF3FF5
Black with #FF3FF5
Text Example
Text Example
White with #FF3FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FF5; }
p { color: rgb(255,63,245); }
H1.HeaderClassName
{
color: #FF3FF5;
}
.AnyTagClassName
{
color: #FF3FF5;
}
</style>
background-color css
<style>
a { background-color: #FF3FF5; }
a { background-color: rgb(255,63,245); }
div.DivClassName
{
background-color: #FF3FF5;
}
.BgClassName
{
background-color: #FF3FF5;
}
</style>
border-color css
<style>
span { border-color: #FF3FF5; }
span { border-color: rgb(255,63,245); }
td.TdClassName
{
border-color: #FF3FF5;
}
.TagClassName
{
border-color: #FF3FF5;
}
</style>