#FF69E7

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

Shades of Pink Flamingo #FF69E7

Tints of Pink Flamingo #FF69E7

Color information

#FF69E7 (or 0xFF69E7) is unknown color: approx Pink Flamingo. HEX triplet: FF, 69 and E7. RGB value is (255,105,231). Sum of RGB (Red+Green+Blue) = 255+105+231=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 105 (41.41% from 255 or 17.77% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF69E7 is #009618. Grayscale: #A3A3A3. Windows color (decimal): -38425 or 15165951. OLE color: 15165951.

HSL color Cylindrical-coordinate representation of color #FF69E7: hue angle of 309.6º 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 #FF69E7 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255105231-
CMYK00.590.090
HSL309.6º100%70.59%-
HSV(B)309.6º58.82%100%-
XYZ60.7237.1379.57-
YUV164.21165.7192.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 105 (41.41% from 255) = 17.77%
BLUE value IS 231 (90.62% from 255) = 39.09%
R=43.15%
G=17.77%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510523100.590.090309.610070.59
HexFF69E703B901366447
Octal377151347073110466144107
Binary1111111111010011110011101110111001010011011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF69E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF69E7; }

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

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

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

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

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

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

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

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