Shades of Pink Flamingo #FF3DF6
Tints of Pink Flamingo #FF3DF6
RGB
CMYK
RGB Variations
Color information
#FF3DF6 (or 0xFF3DF6) is known color: Pink Flamingo. HEX triplet: FF, 3D and F6. RGB value is (255,61,246). Sum of RGB (Red+Green+Blue) = 255+61+246=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 61 (24.22% from 255 or 10.85% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3DF6 is #00C209. Grayscale: #8B8B8B. Windows color (decimal): -49674 or 16137727. OLE color: 16137727.
HSL color Cylindrical-coordinate representation of color #FF3DF6: hue angle of 302.78º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3DF6 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 246 | - |
| CMYK | 0 | 0.76 | 0.04 | 0 |
| HSL | 302.78º | 1% | 0.62% | - |
| HSV(B) | 302.78º | 0.76% | 1% | - |
| XYZ | 59.54 | 31.25 | 90.08 | - |
| YUV | 140.1 | 187.77 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 246 | 0 | 0.76 | 0.04 | 0 | 302.78 | 1 | 0.62 |
| Hex | FF | 3D | F6 | 0 | 4C | 4 | 0 | 12F | 64 | 3E |
| Octal | 377 | 75 | 366 | 0 | 114 | 4 | 0 | 457 | 144 | 76 |
| Binary | 11111111 | 111101 | 11110110 | 0 | 1001100 | 100 | 0 | 100101111 | 1100100 | 111110 |
Color Harmonies of #FF3DF6
Complementary color
Monochromatic Colors of #FF3DF6
Black with #FF3DF6
Text Example
Text Example
White with #FF3DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DF6; }
p { color: rgb(255,61,246); }
H1.HeaderClassName
{
color: #FF3DF6;
}
.AnyTagClassName
{
color: #FF3DF6;
}
</style>
background-color css
<style>
a { background-color: #FF3DF6; }
a { background-color: rgb(255,61,246); }
div.DivClassName
{
background-color: #FF3DF6;
}
.BgClassName
{
background-color: #FF3DF6;
}
</style>
border-color css
<style>
span { border-color: #FF3DF6; }
span { border-color: rgb(255,61,246); }
td.TdClassName
{
border-color: #FF3DF6;
}
.TagClassName
{
border-color: #FF3DF6;
}
</style>