#FE52E9

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

Shades of Pink Flamingo #FE52E9

Tints of Pink Flamingo #FE52E9

Color information

#FE52E9 (or 0xFE52E9) is unknown color: approx Pink Flamingo. HEX triplet: FE, 52 and E9. RGB value is (254,82,233). Sum of RGB (Red+Green+Blue) = 254+82+233=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 82 (32.42% from 255 or 14.41% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE52E9 is #01AD16. Grayscale: #969696. Windows color (decimal): -109847 or 15291134. OLE color: 15291134.

HSL color Cylindrical-coordinate representation of color #FE52E9: hue angle of 307.33º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE52E9 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB25482233-
CMYK00.680.080.00
HSL307.33º98.85%65.88%-
HSV(B)307.33º67.72%99.61%-
XYZ58.632.9980.37-
YUV150.64174.48201.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.64%
GREEN value IS 82 (32.42% from 255) = 14.41%
BLUE value IS 233 (91.41% from 255) = 40.95%
R=44.64%
G=14.41%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548223300.680.080.00307.3398.8565.88
HexFE52E9044801336342
Octal3761223510104100463143102
Binary11111110101001011101001010001001000010011001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE52E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE52E9; }

 p { color: rgb(254,82,233); }

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

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

 a { background-color: rgb(254,82,233); }

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

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

 span { border-color: rgb(254,82,233); }

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