#FE62E5

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

Shades of Pink Flamingo #FE62E5

Tints of Pink Flamingo #FE62E5

Color information

#FE62E5 (or 0xFE62E5) is unknown color: approx Pink Flamingo. HEX triplet: FE, 62 and E5. RGB value is (254,98,229). Sum of RGB (Red+Green+Blue) = 254+98+229=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 98 (38.67% from 255 or 16.87% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE62E5 is #019D1A. Grayscale: #9F9F9F. Windows color (decimal): -105755 or 15033086. OLE color: 15033086.

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

Color convert

RGB25498229-
CMYK00.610.100.00
HSL309.62º98.73%69.02%-
HSV(B)309.62º61.42%99.61%-
XYZ59.3835.4677.84-
YUV159.58167.18195.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.72%
GREEN value IS 98 (38.67% from 255) = 16.87%
BLUE value IS 229 (89.84% from 255) = 39.41%
R=43.72%
G=16.87%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549822900.610.100.00309.6298.7369.02
HexFE62E503DA01366345
Octal376142345075120466143105
Binary1111111011000101110010101111011010010011011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE62E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE62E5; }

 p { color: rgb(254,98,229); }

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

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

 a { background-color: rgb(254,98,229); }

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

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

 span { border-color: rgb(254,98,229); }

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