#FE69EA

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

Shades of Pink Flamingo #FE69EA

Tints of Pink Flamingo #FE69EA

Color information

#FE69EA (or 0xFE69EA) is unknown color: approx Pink Flamingo. HEX triplet: FE, 69 and EA. RGB value is (254,105,234). Sum of RGB (Red+Green+Blue) = 254+105+234=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 105 (41.41% from 255 or 17.71% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE69EA is #019615. Grayscale: #A3A3A3. Windows color (decimal): -103958 or 15362558. OLE color: 15362558.

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

Color convert

RGB254105234-
CMYK00.590.080.00
HSL308.05º98.68%70.39%-
HSV(B)308.05º58.66%99.61%-
XYZ60.7837.1181.8-
YUV164.26167.36192.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.83%
GREEN value IS 105 (41.41% from 255) = 17.71%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=42.83%
G=17.71%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410523400.590.080.00308.0598.6870.39
HexFE69EA03B801346346
Octal376151352073100464143106
Binary1111111011010011110101001110111000010011010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE69EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE69EA; }

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

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

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

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

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

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

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

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