#FE4DFF

Color #FE4DFF Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FE4DFF

Tints of Pink Flamingo #FE4DFF

Color information

#FE4DFF (or 0xFE4DFF) is unknown color: approx Pink Flamingo. HEX triplet: FE, 4D and FF. RGB value is (254,77,255). Sum of RGB (Red+Green+Blue) = 254+77+255=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 77 (30.47% from 255 or 13.14% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE4DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4DFF is #01B200. Grayscale: #959595. Windows color (decimal): -111105 or 16731646. OLE color: 16731646.

HSL color Cylindrical-coordinate representation of color #FE4DFF: hue angle of 299.66º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4DFF is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB25477255-
CMYK0.000.7000
HSL299.66º100%65.1%-
HSV(B)299.66º69.8%100%-
XYZ61.5833.697.85-
YUV150.22187.14202.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 43.34%
GREEN value IS 77 (30.47% from 255) = 13.14%
BLUE value IS 255 (100% from 255) = 43.52%
R=43.34%
G=13.14%
B=43.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254772550.000.7000299.6610065.1
HexFE4DFF0460012c6441
Octal376115377010600454144101
Binary11111110100110111111111010001100010010110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4DFF; }

 p { color: rgb(254,77,255); }

 H1.HeaderClassName
 {
   color: #FE4DFF;
 }
 .AnyTagClassName
 {
   color: #FE4DFF;
 }
</style>
background-color css

<style>
 a { background-color: #FE4DFF; }

 a { background-color: rgb(254,77,255); }

 div.DivClassName
 {
   background-color: #FE4DFF;
 }
 .BgClassName
 {
   background-color: #FE4DFF;
 }
</style>
border-color css

<style>
 span { border-color: #FE4DFF; }

 span { border-color: rgb(254,77,255); }

 td.TdClassName
 {
   border-color: #FE4DFF;
 }
 .TagClassName
 {
   border-color: #FE4DFF;
 }
</style>