#FE52EA

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

Shades of Pink Flamingo #FE52EA

Tints of Pink Flamingo #FE52EA

Color information

#FE52EA (or 0xFE52EA) is unknown color: approx Pink Flamingo. HEX triplet: FE, 52 and EA. RGB value is (254,82,234). Sum of RGB (Red+Green+Blue) = 254+82+234=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 82 (32.42% from 255 or 14.39% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE52EA is #01AD15. Grayscale: #969696. Windows color (decimal): -109846 or 15356670. OLE color: 15356670.

HSL color Cylindrical-coordinate representation of color #FE52EA: hue angle of 306.98º 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 #FE52EA is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB25482234-
CMYK00.680.080.00
HSL306.98º98.85%65.88%-
HSV(B)306.98º67.72%99.61%-
XYZ58.7433.0581.12-
YUV150.76174.98201.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.56%
GREEN value IS 82 (32.42% from 255) = 14.39%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=44.56%
G=14.39%
B=41.05%

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
Decimal2548223400.680.080.00306.9898.8565.88
HexFE52EA044801336342
Octal3761223520104100463143102
Binary11111110101001011101010010001001000010011001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE52EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE52EA; }

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

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

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

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

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

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

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

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