#ff6aec

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

Shades of Pink Flamingo #FF6AEC

Tints of Pink Flamingo #FF6AEC

Color information

#FF6AEC (or 0xFF6AEC) is unknown color: approx Pink Flamingo. HEX triplet: FF, 6A and EC. RGB value is (255,106,236). Sum of RGB (Red+Green+Blue) = 255+106+236=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 106 (41.80% from 255 or 17.76% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6AEC is #009513. Grayscale: #A5A5A5. Windows color (decimal): -38164 or 15493887. OLE color: 15493887.

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

Color convert

RGB255106236-
CMYK00.580.070
HSL307.65º100%70.78%-
HSV(B)307.65º58.43%100%-
XYZ61.5337.6283.38-
YUV165.37167.86191.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 106 (41.80% from 255) = 17.76%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=42.71%
G=17.76%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510623600.580.070307.6510070.78
HexFF6AEC03A701346447
Octal37715235407270464144107
Binary111111111101010111011000111010111010011010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff6aec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff6aec; }

 p { color: rgb(255,106,236); }

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

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

 a { background-color: rgb(255,106,236); }

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

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

 span { border-color: rgb(255,106,236); }

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