Shades of Pink Flamingo #FE4AF3
Tints of Pink Flamingo #FE4AF3
RGB
CMYK
RGB Variations
Color information
#FE4AF3 (or 0xFE4AF3) is known color: Pink Flamingo. HEX triplet: FE, 4A and F3. RGB value is (254,74,243). Sum of RGB (Red+Green+Blue) = 254+74+243=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 74 (29.30% from 255 or 12.96% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4AF3 is #01B50C. Grayscale: #929292. Windows color (decimal): -111885 or 15944446. OLE color: 15944446.
HSL color Cylindrical-coordinate representation of color #FE4AF3: hue angle of 303.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4AF3 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 243 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.00 |
| HSL | 303.67º | 0.99% | 0.64% | - |
| HSV(B) | 303.67º | 0.71% | 1% | - |
| XYZ | 59.5 | 32.44 | 87.92 | - |
| YUV | 147.09 | 182.13 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 243 | 0 | 0.71 | 0.04 | 0.00 | 303.67 | 0.99 | 0.64 |
| Hex | FE | 4A | F3 | 0 | 47 | 4 | 0 | 130 | 63 | 40 |
| Octal | 376 | 112 | 363 | 0 | 107 | 4 | 0 | 460 | 143 | 100 |
| Binary | 11111110 | 1001010 | 11110011 | 0 | 1000111 | 100 | 0 | 100110000 | 1100011 | 1000000 |
Color Harmonies of #FE4AF3
Complementary color
Monochromatic Colors of #FE4AF3
Black with #FE4AF3
Text Example
Text Example
White with #FE4AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4AF3; }
p { color: rgb(254,74,243); }
H1.HeaderClassName
{
color: #FE4AF3;
}
.AnyTagClassName
{
color: #FE4AF3;
}
</style>
background-color css
<style>
a { background-color: #FE4AF3; }
a { background-color: rgb(254,74,243); }
div.DivClassName
{
background-color: #FE4AF3;
}
.BgClassName
{
background-color: #FE4AF3;
}
</style>
border-color css
<style>
span { border-color: #FE4AF3; }
span { border-color: rgb(254,74,243); }
td.TdClassName
{
border-color: #FE4AF3;
}
.TagClassName
{
border-color: #FE4AF3;
}
</style>