Shades of Pink Flamingo #FF3FF6
Tints of Pink Flamingo #FF3FF6
RGB
CMYK
RGB Variations
Color information
#FF3FF6 (or 0xFF3FF6) is known color: Pink Flamingo. HEX triplet: FF, 3F and F6. RGB value is (255,63,246). Sum of RGB (Red+Green+Blue) = 255+63+246=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 63 (25% from 255 or 11.17% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3FF6 is #00C009. Grayscale: #8C8C8C. Windows color (decimal): -49162 or 16138239. OLE color: 16138239.
HSL color Cylindrical-coordinate representation of color #FF3FF6: hue angle of 302.81º 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 #FF3FF6 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 246 | - |
| CMYK | 0 | 0.75 | 0.04 | 0 |
| HSL | 302.81º | 1% | 0.62% | - |
| HSV(B) | 302.81º | 0.75% | 1% | - |
| XYZ | 59.65 | 31.47 | 90.12 | - |
| YUV | 141.27 | 187.11 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 246 | 0 | 0.75 | 0.04 | 0 | 302.81 | 1 | 0.62 |
| Hex | FF | 3F | F6 | 0 | 4B | 4 | 0 | 12F | 64 | 3E |
| Octal | 377 | 77 | 366 | 0 | 113 | 4 | 0 | 457 | 144 | 76 |
| Binary | 11111111 | 111111 | 11110110 | 0 | 1001011 | 100 | 0 | 100101111 | 1100100 | 111110 |
Color Harmonies of #FF3FF6
Complementary color
Monochromatic Colors of #FF3FF6
Black with #FF3FF6
Text Example
Text Example
White with #FF3FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FF6; }
p { color: rgb(255,63,246); }
H1.HeaderClassName
{
color: #FF3FF6;
}
.AnyTagClassName
{
color: #FF3FF6;
}
</style>
background-color css
<style>
a { background-color: #FF3FF6; }
a { background-color: rgb(255,63,246); }
div.DivClassName
{
background-color: #FF3FF6;
}
.BgClassName
{
background-color: #FF3FF6;
}
</style>
border-color css
<style>
span { border-color: #FF3FF6; }
span { border-color: rgb(255,63,246); }
td.TdClassName
{
border-color: #FF3FF6;
}
.TagClassName
{
border-color: #FF3FF6;
}
</style>