Shades of Pink Flamingo #FE3AF7
Tints of Pink Flamingo #FE3AF7
RGB
CMYK
RGB Variations
Color information
#FE3AF7 (or 0xFE3AF7) is known color: Pink Flamingo. HEX triplet: FE, 3A and F7. RGB value is (254,58,247). Sum of RGB (Red+Green+Blue) = 254+58+247=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 58 (23.05% from 255 or 10.38% from 559); Blue value is 247 (96.88% from 255 or 44.19% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3AF7 is #01C508. Grayscale: #898989. Windows color (decimal): -115977 or 16202494. OLE color: 16202494.
HSL color Cylindrical-coordinate representation of color #FE3AF7: hue angle of 302.14º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3AF7 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 247 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.00 |
| HSL | 302.14º | 0.99% | 0.61% | - |
| HSV(B) | 302.14º | 0.77% | 1% | - |
| XYZ | 59.17 | 30.81 | 90.82 | - |
| YUV | 138.15 | 189.43 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 247 | 0 | 0.77 | 0.03 | 0.00 | 302.14 | 0.99 | 0.61 |
| Hex | FE | 3A | F7 | 0 | 4D | 3 | 0 | 12E | 63 | 3D |
| Octal | 376 | 72 | 367 | 0 | 115 | 3 | 0 | 456 | 143 | 75 |
| Binary | 11111110 | 111010 | 11110111 | 0 | 1001101 | 11 | 0 | 100101110 | 1100011 | 111101 |
Color Harmonies of #FE3AF7
Complementary color
Monochromatic Colors of #FE3AF7
Black with #FE3AF7
Text Example
Text Example
White with #FE3AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3AF7; }
p { color: rgb(254,58,247); }
H1.HeaderClassName
{
color: #FE3AF7;
}
.AnyTagClassName
{
color: #FE3AF7;
}
</style>
background-color css
<style>
a { background-color: #FE3AF7; }
a { background-color: rgb(254,58,247); }
div.DivClassName
{
background-color: #FE3AF7;
}
.BgClassName
{
background-color: #FE3AF7;
}
</style>
border-color css
<style>
span { border-color: #FE3AF7; }
span { border-color: rgb(254,58,247); }
td.TdClassName
{
border-color: #FE3AF7;
}
.TagClassName
{
border-color: #FE3AF7;
}
</style>