#FF69EA

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

Shades of Pink Flamingo #FF69EA

Tints of Pink Flamingo #FF69EA

Color information

#FF69EA (or 0xFF69EA) is unknown color: approx Pink Flamingo. HEX triplet: FF, 69 and EA. RGB value is (255,105,234). Sum of RGB (Red+Green+Blue) = 255+105+234=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 105 (41.41% from 255 or 17.68% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF69EA is #009615. Grayscale: #A4A4A4. Windows color (decimal): -38422 or 15362559. OLE color: 15362559.

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

Color convert

RGB255105234-
CMYK00.590.080
HSL308.4º100%70.59%-
HSV(B)308.4º58.82%100%-
XYZ61.1437.381.82-
YUV164.56167.2192.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 105 (41.41% from 255) = 17.68%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=42.93%
G=17.68%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510523400.590.080308.410070.59
HexFF69EA03B801346447
Octal377151352073100464144107
Binary1111111111010011110101001110111000010011010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF69EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF69EA; }

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

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

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

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

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

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

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

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