Shades of Pink Flamingo #FF3EF4
Tints of Pink Flamingo #FF3EF4
RGB
CMYK
RGB Variations
Color information
#FF3EF4 (or 0xFF3EF4) is known color: Pink Flamingo. HEX triplet: FF, 3E and F4. RGB value is (255,62,244). Sum of RGB (Red+Green+Blue) = 255+62+244=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 62 (24.61% from 255 or 11.05% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3EF4 is #00C10B. Grayscale: #8B8B8B. Windows color (decimal): -49420 or 16006911. OLE color: 16006911.
HSL color Cylindrical-coordinate representation of color #FF3EF4: hue angle of 303.42º 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 #FF3EF4 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 244 | - |
| CMYK | 0 | 0.76 | 0.04 | 0 |
| HSL | 303.42º | 1% | 0.62% | - |
| HSV(B) | 303.42º | 0.76% | 1% | - |
| XYZ | 59.29 | 31.24 | 88.49 | - |
| YUV | 140.46 | 186.44 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 244 | 0 | 0.76 | 0.04 | 0 | 303.42 | 1 | 0.62 |
| Hex | FF | 3E | F4 | 0 | 4C | 4 | 0 | 12F | 64 | 3E |
| Octal | 377 | 76 | 364 | 0 | 114 | 4 | 0 | 457 | 144 | 76 |
| Binary | 11111111 | 111110 | 11110100 | 0 | 1001100 | 100 | 0 | 100101111 | 1100100 | 111110 |
Color Harmonies of #FF3EF4
Complementary color
Monochromatic Colors of #FF3EF4
Black with #FF3EF4
Text Example
Text Example
White with #FF3EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EF4; }
p { color: rgb(255,62,244); }
H1.HeaderClassName
{
color: #FF3EF4;
}
.AnyTagClassName
{
color: #FF3EF4;
}
</style>
background-color css
<style>
a { background-color: #FF3EF4; }
a { background-color: rgb(255,62,244); }
div.DivClassName
{
background-color: #FF3EF4;
}
.BgClassName
{
background-color: #FF3EF4;
}
</style>
border-color css
<style>
span { border-color: #FF3EF4; }
span { border-color: rgb(255,62,244); }
td.TdClassName
{
border-color: #FF3EF4;
}
.TagClassName
{
border-color: #FF3EF4;
}
</style>